Home Glossary Vector Database

Vector Database - Page 3

A vector database stores and searches high-dimensional numerical representations such as embeddings. Instead of matching only exact fields or keywords, it can find items whose vectors are close according to a similarity measure. This supports semantic search, recommendations, image retrieval, duplicate detection, and retrieval-augmented generation. Specialized indexes make nearest-neighbor search practical across large collections, often trading a small amount of exactness for speed. A useful deployment also needs metadata filters, access controls, update and deletion handling, backups, and monitoring. Retrieval quality depends on the embedding model, chunking strategy, distance metric, index settings, and source data, so the database is one component of the system rather than an automatic knowledge solution.