NAVIGATION

What is Hybrid Search?

Definition

Hybrid Search

Hybrid Search is a retrieval technique that combines dense vector search (semantic similarity) with sparse keyword search (BM25 lexical matching). By merging their results, it captures both high-level meaning and precise keyword matches.

Why It Matters for AI Builders

Determines the context-augmented retrieval precision for rag database indexing, enterprise document search, and product catalog filtering; mastering Hybrid Search allows builders to feed clean database sources to models, minimizing hallucinations.

Detailed Deep Dive

Hybrid Search is an advanced retrieval strategy that combines the strengths of dense vector search and sparse lexical search. Dense search uses embeddings to capture semantic concepts and synonyms, while sparse search uses BM25 to match exact keywords and unique identifiers. By merging and ranking their respective results using Reciprocal Rank Fusion, hybrid search optimizes retrieval precision and recall.

Advertisement

Frequently Asked Questions

Q:Why combine dense and sparse search?

Dense search is great for understanding synonyms and intent, but bad at matching exact IDs, product codes, or rare jargon where sparse search excels.

Q:How are hybrid search results merged?

Commonly using Reciprocal Rank Fusion (RRF), which scores documents based on their rank positions in both search lists.

Quick Facts

  • CategoryInformation Retrieval
  • Key ApplicationRAG database indexing, enterprise document search, and product catalog filtering

Coverage Trend12 Weeks

12w agoToday

Cite This Term

Reference this definition in your articles, research, or documentation to credit this source:

[Hybrid Search | SPIDITS Glossary](https://spidits.com/ai-glossary/hybrid-search)

Hybrid Search Media Coverage & Intelligence

No Direct Hybrid Search News Today

We currently have no direct coverage articles matching "Hybrid Search". Explore trending global AI topics below instead.

Trending AI Stories

NVIDIA BlogSep 3, 2026

Sparks Fly: NVIDIA Accelerates Local AI at IFA 2026

Frontier intelligence is going local. At IFA 2026, NVIDIA, Microsoft and its partners are teaming up to provide faster inference and new tools that make...

NVIDIA BlogSep 3, 2026

NVIDIA to Acquire Hugging Face

I'm excited to announce that NVIDIA has agreed to acquire Hugging Face for $12,930,300,000. Together, we will scale Hugging Face's platform, strengthen its...

OpenAI BlogSep 3, 2026

Daybreak for Frontline Defenders: $1B to protect essential services

OpenAI introduces Daybreak for Frontline Defenders. A $1 billion commitment expands access to frontier cyber AI, training, and support for essential services.

AWS ML BlogSep 3, 2026

Set up OpenAI ChatGPT Codex with LiteLLM on Amazon ECS and Amazon Bedrock

Deploy a customer-operated LiteLLM gateway on Amazon ECS with AWS Fargate, connect it to an OpenAI model on Amazon Bedrock, and configure Codex to route...