🔍 Click image to zoom

Vector search vs keyword search
Share

Frequently Asked Questions

What is Vector Database?

A database system optimised for storing high-dimensional embedding vectors and performing fast approximate nearest-neighbour search. A vector database is a data storage system designed specifically to store, index, and query vector embeddings. Unlike relational databases that search by exact value or keyword, vector databases find the most semantically similar items using distance metrics such as cosine similarity or dot product.

How is Vector Database used in practice?

Vector databases are a core infrastructure component in RAG systems: document embeddings are stored during ingestion, and the database returns the most relevant chunks for each user query at inference time.

Why is Vector Database important in AI?

Vector Database is a foundational concept in Infrastructure. A database system optimised for storing high-dimensional embedding vectors and performing fast approximate nearest-neighbour search.

See Also