-
Notifications
You must be signed in to change notification settings - Fork 0
Hybrid Retrieval
Dev Doshi edited this page Jun 18, 2026
·
1 revision
VaultMind uses a hybrid retrieval architecture.
ChromaDBtext-embedding-3-smallretrieval_k = 3
similarity_threshold = 1.6BM25OkapiPurpose:
Capture exact keyword matches missed by embeddings.
Results from both retrieval systems are combined using RRF.
Benefits:
- Better Recall
- Better Precision
- More Stable Retrieval
- Less Dependency On A Single Search Method