What Semantic search means in practice
Semantic search is the umbrella term for any search that matches on meaning rather than literal keyword overlap. Under the hood it is dense vector retrieval over embeddings. The user-visible benefit is that "how do I close an account" matches "account closure procedure" without the user needing to know the canonical term. The user-visible failure is that "INV-8429-2026" doesn't match "INV-8429-2026" because invoice numbers aren't in the embedding model's semantic space. This is why production enterprise search uses hybrid retrieval rather than pure semantic search.
Related terms
Embedding →
A dense numeric vector representation of a piece of text (or image, or audio) such that semantically similar inputs produce vectors close in the embedding space.
Hybrid retrieval →
Combining dense vector search with sparse keyword search (BM25), then fusing the results — typically yielding 15–25% accuracy lift over either alone.
Retrieval-Augmented Generation (RAG) →
A pattern where, instead of relying solely on the LLM's training, the system retrieves relevant documents from a knowledge base and includes them in the prompt as context.
More in this category
All 62 terms, in plain language
Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.