Home · Glossary · Vector database
Enterprise AI glossary · RAG & Retrieval

Vector database

A database optimised for storing high-dimensional vectors and serving nearest-neighbour queries — the storage layer that makes RAG fast.

Definition

What Vector database means in practice

A vector database stores high-dimensional vectors (embeddings) and serves nearest-neighbour queries with sub-100ms latency at enterprise scale. For sovereign deployments MindMap uses pgvector under 10M chunks (operational simplicity — one fewer system to back up), Qdrant for 10–100M chunks (faster snapshot/restore, better payload filtering), and Milvus beyond 100M chunks or where GPU-accelerated indexing matters. We deliberately avoid Pinecone, Weaviate Cloud and Chroma Cloud — they don't ship as on-prem and therefore don't meet the sovereign requirement. The choice between the three open-source options is operational not architectural; pick on operability not micro-benchmark performance.

Go deeper
Enterprise RAG architecture →

All 62 terms, in plain language

Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.

Browse the glossary →Talk to an engineer →