Vector Database
A database optimized for storing embeddings and finding similar items quickly.
Plain English
It is a search engine for meaning-shaped numbers.
Example
A docs assistant stores article embeddings and retrieves the closest chunks to a user's question.
Why it matters
Vector databases became core infrastructure for RAG and semantic search products.
Related