Hybrid search fixes common RAG misses
Pure vector search can be impressive but brittle. It may understand broad meaning while missing the exact SKU, regulation number, function name, or log code the user typed.
- Use lexical search for exact identifiers and rare terms.
- Use dense embeddings for meaning and paraphrases.
- Use metadata filters before ranking when permissions or scope are known.