Vector database
Also called: vector store
In one sentence
A database built to store embeddings and find the nearest ones to a query quickly.
In more depth
Ordinary databases match values exactly. A vector database answers "which stored items are most similar to this one" across millions of entries fast enough to sit inside a request.