the.ai

Retrieval / Ranking

verified

Hybrid Search

Dense and sparse retrieval fail on different queries. A dense retriever misses an exact product code it has never seen; a lexical one misses a paraphrase. Running both and combining the two rankings recovers most of each one's failures, which is why almost every production system does that rather than picking a side.

Viz primitive · budget-splitdense-weight = 50

dense-weight holds 50% of the budget; rest holds the remaining 50%.

Weight given to the dense score against the lexical one in a fused ranking, on one scale. Drag the dense weight to slide the ranking between the two.

50

Reviewed by opendroid · 2026-08-04

  • arXiv:2210.11934 — An Analysis of Fusion Functions for Hybrid Retrieval
  • arXiv:2104.08663 — BEIR: A Heterogenous Benchmark for Zero-shot Evaluation of Information Retrieval Models