Skip to main content
All terms
Patterns

Hybrid Search

Combining keyword search and embedding-based search to get the strengths of both.

Definition

Hybrid search blends traditional keyword search with embedding-based (semantic) search, then merges the results. Keyword search nails exact terms and names while semantic search captures meaning, so combining them retrieves more relevant documents than either alone. It is common in production RAG.