ML//RAG//hybrid search
- Combine vector similarity (semantic) with keyword matching (BM25)
Combine vector similarity (semantic) with keyword matching (BM25)
Neither alone is sufficient — vectors miss exact terms, keywords miss meaning.
Reciprocal rank fusion merges the two ranked lists.
Most production RAG systems use hybrid search.