Definition
What is Semantic Search?
Last updated
A search method that finds results based on meaning and intent rather than exact keyword matching.
Semantic search uses vector embeddings to represent text as mathematical points in space, allowing it to find conceptually related content even when the exact words differ. Wire includes semantic search on all context containers, so agents can find relevant information using natural language queries.
Further reading
Articles about Semantic Search
What chunk size should you use for RAG?
Studies disagree on the best chunk size for RAG: one found 100 tokens with zero overlap won. What the research supports, and the bigger lever most guides miss.
Knowledge graphs vs RAG: when graphs actually win
Knowledge graphs vs RAG: graph retrieval wins multi-hop reasoning and global summarization, but vector RAG matches it on simple lookups at far lower cost.
Chunking Strategies Decide What Context AI Sees
Chunking strategies decide which context reaches your AI. How fixed-size, semantic, and late chunking change retrieval accuracy, with 2026 benchmark data.
One job per tool: why adding wire_navigate cut agent calls 24%
We restructured Wire's MCP surface from 2 overloaded tools to 3 single-purpose ones. The counterintuitive result: adding a tool cut total calls 24%.
All terms
View full glossaryPut context into practice
Create your first context container and connect it to your AI tools in minutes.
Create Your First Container