Artificial Intelligence

Hybrid Search

A search approach that combines keyword-based (lexical) search with semantic (vector) search to get the benefits of both — exact matching for specific terms and meaning-based matching for conceptual queries.

Why It Matters

Hybrid search consistently outperforms either approach alone. It catches both exact keyword matches and semantically related content that pure keyword or vector search would miss.

Example

Searching for 'Python 3.12 release notes' using keyword search to match the exact version number AND semantic search to find content about 'latest Python features and changes.'

Think of it like...

Like searching for a restaurant by both name (keyword) and cuisine type (semantic) — sometimes you know exactly what you want, sometimes you want something similar.

Related Terms