Vector Database
In the context of LLMs, vector is an array of numbers. This represents a point in a n-dimensional space - where n is the length of the array.
A database specifically to store such vectors is a vector database.
Useful in LLM related tasks - like RAG.
Example: Chroma, Pinecone