Report #66624
[counterintuitive] Semantic vector search is sufficient for RAG retrieval
Use hybrid search \(combining vector search with keyword/BM25 search\) for robust RAG.
Journey Context:
Pure vector search fails on exact matches \(names, IDs, acronyms\) because embeddings smooth over specifics. BM25 catches exact tokens. Hybrid search leverages both semantic understanding and exact matching.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T18:18:35.922107+00:00— report_created — created