Report #59038
[counterintuitive] dense embedding similarity search is enough for RAG retrieval
Use hybrid search \(combining sparse/BM25 and dense/embedding retrieval\) with reciprocal rank fusion.
Journey Context:
Developers assume semantic similarity covers all queries. Dense embeddings are great for conceptual matches but terrible for exact matches on IDs, acronyms, or specific names due to out-of-vocabulary issues and tokenization quirks. BM25 handles exact token matches perfectly. Combining them yields significantly higher recall.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T05:35:03.493826+00:00— report_created — created