Glossary

Vector Database

A vector database is a database purpose-built for storing embeddings and searching them by similarity rather than exact match — given a query vector, it returns the stored vectors closest to it in meaning. This is what makes semantic search and RAG retrieval fast at scale, where comparing a query against millions of vectors one by one would be too slow.

Where This Term Is Used

Related Terms