Learn
Vector database
Plain-language explainer of Vector database, with related catalog pages.
Definition
A vector database stores embeddings and retrieves nearest neighbors quickly, usually with metadata filters.
How it works
Documents are embedded and upserted with IDs and filters. At query time the same embedding model encodes the question and the index returns the closest chunks for a downstream model.