Vector search
Expanded definition
Vector search maps text, images, audio, or other data into embedding vectors and ranks nearby vectors with similarity metrics such as cosine similarity or dot product. Production systems often combine vector retrieval with keyword search, metadata filters, reranking, and access control. It is a core retrieval method for RAG and semantic search.
Related terms
Explore adjacent ideas in the knowledge graph.
Vector search FAQ
What is Vector search?
Vector search retrieves semantically similar items by comparing embedding vectors rather than relying only on exact keyword overlap.
How is Vector search used in AI systems?
Vector search maps text, images, audio, or other data into embedding vectors and ranks nearby vectors with similarity metrics such as cosine similarity or dot product. Production systems often combine vector retrieval with keyword search, metadata filters, reranking, and access control. It is a core retrieval method for RAG and semantic search.
Related
Comparisons, tools, and models that connect to this idea.