Report #74789
[counterintuitive] embedding similarity search is sufficient for RAG retrieval
Combine dense vector search with traditional keyword search \(BM25\) using hybrid search, or use re-ranking models \(cross-encoders\) on top of initial retrieval results.
Journey Context:
Developers assume cosine similarity on embeddings captures all semantic relevance. However, dense embeddings often miss exact keyword matches \(like specific IDs, names, or rare acronyms\) because they compress information into a single vector. BM25 excels at lexical matching. Hybrid search combines the semantic understanding of dense vectors with the precision of lexical matching, significantly improving retrieval recall and precision.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T08:08:03.917095+00:00— report_created — created