Hybrid search combines full-text (BM25) and vector (KNN) search in a single query, covering the blind spots of each method. Manticore Search implements this using Reciprocal Rank Fusion (RRF), which merges ranked result lists without needing to normalize scores across different scales. The post explains when hybrid search is
Table of contents
What is hybrid search?How hybrid search fits into modern search pipelinesWhen should you use it?How it worksWhy not just use one or the other?Getting startedTuningMulti-vector fusionConclusionSort: