Vector Database
Also known as: Vector DB, Embedding Database
In one sentence
A database optimized for storing and searching embeddings (number lists). Finds similar items by comparing their vectors.
Explain like I'm 12
A special filing system that stores 'meaning coordinates' and can quickly find things with similar meanings.
In context
Used in RAG systems to store document embeddings and search for relevant chunks. Examples: Pinecone, Weaviate, Chroma, Qdrant.
See also
Related Guides
Learn more about Vector Database in these guides:
Vector Database Examples: Real-World Use Cases and Code
IntermediatePractical examples of vector databases in action: semantic search, chatbot memory, recommendation systems, and more with code snippets.
9 min readVector Databases 101: Storage, Indexing, and Search
IntermediateDeep dive into vector databases. How they work, when to use them, and how to choose the right one for your needs.
11 min readVector Database Fundamentals
IntermediateVector databases store and search embeddings efficiently. Learn how they work, when to use them, and popular options.
7 min read