Fix query performance numbers in Readme

This commit is contained in:
Debanjum Singh Solanky 2022-08-17 18:32:55 +03:00
parent a37724f338
commit 43049f761b

View file

@ -123,7 +123,7 @@ pip install --upgrade khoj-assistant
### Query performance
- Semantic search using the bi-encoder is fairly fast at \<5 ms
- Semantic search using the bi-encoder is fairly fast at \<50 ms
- Reranking using the cross-encoder is slower at \<2s on 15 results. Tweak `top_k` to tradeoff speed for accuracy of results
- Applying explicit filters is very slow currently at \~6s. This is because the filters are rudimentary. Considerable speed-ups can be achieved using indexes etc