Home · Glossary · Hybrid retrieval
Enterprise AI glossary · RAG & Retrieval

Hybrid retrieval

Combining dense vector search with sparse keyword search (BM25), then fusing the results — typically yielding 15–25% accuracy lift over either alone.

Definition

What Hybrid retrieval means in practice

Hybrid retrieval combines dense vector search (semantic similarity) with sparse keyword search (BM25 or similar) and fuses the results via Reciprocal Rank Fusion. The reason it works: dense retrieval excels on conceptual queries but fails on rare entities the embedding model never saw (drug names, regulation IDs, ticket numbers, customer codes); sparse retrieval excels on exact matches but fails on synonyms and paraphrases. Together they cover both failure modes. In MindMap's enterprise RAG deployments hybrid retrieval is the default — pure dense retrieval is reserved for narrow corpora where every term is well-represented in the embedding model's training data.

Go deeper
Enterprise RAG architecture →

All 62 terms, in plain language

Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.

Browse the glossary →Talk to an engineer →