

A search approach combining traditional keyword-based BM25 ranking with modern vector similarity search. By leveraging both lexical matching and semantic understanding, hybrid search provides superior retrieval quality through techniques like reciprocal rank fusion (RRF) to merge results from both methods.
Hybrid search combines the strengths of traditional keyword-based search (typically BM25) with modern semantic vector search. This approach captures both exact keyword matches and semantic similarities, providing more robust retrieval than either method alone.
Most common approach:
Major platforms supporting hybrid search:
Implementation varies by vector database platform.
Loading more......