mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Fix query performance numbers in Readme
This commit is contained in:
parent
a37724f338
commit
43049f761b
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ pip install --upgrade khoj-assistant
|
||||||
|
|
||||||
### Query performance
|
### 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
|
- 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
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue