From 43049f761b19e8f7aa8aef619beddbe304d115f8 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 17 Aug 2022 18:32:55 +0300 Subject: [PATCH] Fix query performance numbers in Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c004e9fd..76182560 100644 --- a/Readme.md +++ b/Readme.md @@ -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