AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Hybrid Search integrates two distinct retrieval methods: dense vector search, which captures semantic meaning and context, and sparse vector (keyword) search, which matches exact terms. By leveraging the strengths of both approaches, it mitigates the limitations of relying on a single method, such as missing synonyms in keyword search or lacking precision in pure semantic search. This approach is widely used in modern enterprise search engines and RAG applications to deliver highly relevant results across diverse query types.

Summary

A retrieval strategy that combines semantic vector search with traditional keyword-based indexing to improve accuracy and relevance.

Key Concepts

Use Cases