vector database

also known as: vector DB

vector database — A database built to store embeddings and find the closest matches quickly.

Vector databases are the hidden half of most RAG systems. They're what makes "find me the notes most similar to this question" fast, even across millions of entries.

"Store it in a vector database." "Query the vector DB."

Related
embeddingRAGdatabase