Spell fix s/e.g/e.g./ across code, tests and docs

This commit is contained in:
Debanjum Singh Solanky
2024-06-24 12:50:33 +05:30
parent 8fc7f980aa
commit 732332a3c5
10 changed files with 18 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ Here are some top-level performance metrics for Khoj. These are rough estimates
- Semantic search using the bi-encoder is fairly fast at \<100 ms across all content types
- Reranking using the cross-encoder is slower at \<2s on 15 results. Tweak `top_k` to tradeoff speed for accuracy of results
- Filters in query (e.g by file, word or date) usually add \<20ms to query latency
- Filters in query (e.g. by file, word or date) usually add \<20ms to query latency
### Indexing performance