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
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.
When to process AI context: ingestion, dreaming, query
There are three moments to process AI context: ingestion, a background pass some call dreaming, and query time. Match each kind of work to the right one.
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