Skip to main content

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: