Hybrid RAG : BM25 + Vector Search With +10% Recall
Your vector RAG is missing questions you don't even know about
It's a comment I hear often on RAG projects: "It works well in general, but sometimes it finds nothing on questions that seem straightforward."
Concrete example: "What is the ISO-27001 procedure for remote access?" → 0 relevant results.
Vector search encodes meaning. But when a query contains an exact identifier — a standard name, a product code, a domain acronym — semantic encoding fails completely.
This is what's called vocabulary mismatch. And it's the problem hybrid search solves.