Fundamentals

Semantic Search

Quick Answer

Finding documents based on meaning rather than keyword matching.

Semantic search finds relevant documents based on the meaning of your query, not just keyword matching. You convert both the query and documents to embeddings, then find the closest embeddings. This works for synonyms, paraphrases, and conceptually related content that keyword search would miss. Semantic search powers modern RAG systems, recommendation engines, and question-answering systems. Unlike traditional keyword search, it understands that 'car' and 'automobile' are semantically similar. Building semantic search requires an embedding model and a vector database.

Last verified: 2026-04-08

Compare models

See how different LLMs compare on benchmarks, pricing, and speed.

Browse all models →