Back to Glossary
TechnicalAI Glossary

Vector Database

Quick Answer

A vector database is a specialist datastore designed to index and query high-dimensional vectors, typically embeddings, at scale. It enables fast similarity search — retrieving the most semantically related items for a given query vector — across millions or billions of items.

In Depth

What Vector Database really means

Vector databases use approximate nearest-neighbour algorithms such as HNSW or IVF to return relevant results in milliseconds. They are a core component of modern RAG systems, recommender engines, and similarity-based deduplication pipelines.

Popular managed and self-hosted options each have different trade-offs in latency, cost, filtering capabilities and operational complexity. Many traditional relational and document databases now offer vector-search extensions as well.

Why It Matters

Business relevance for UK organisations

UK organisations building internal AI assistants, smart search over documents, or personalised product discovery almost always need a vector database as part of their stack.

Real-world example

How this shows up in practice

A Bristol media company indexed every article it had published over 20 years into a vector database, enabling editors to find related past coverage in under 200ms.