Report #103221
[counterintuitive] Pure vector/semantic search is enough for RAG retrieval
Combine dense vector search with lexical or keyword search, metadata filtering, and a reranker. Match the retrieval strategy to the query type and measure end-to-end answer accuracy, not just retrieval NDCG.
Journey Context:
Dense retrieval excels at paraphrase and conceptual similarity but misses exact matches, rare terms, IDs, and domain abbreviations. Benchmarks across heterogeneous retrieval tasks show no single method dominates; sparse and hybrid methods often win. RAG retrieval should be a pipeline: candidate generation from multiple sources followed by a cross-encoder reranker and source validation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:13:20.513215+00:00— report_created — created