A vector database is a database that is used to store, manage, and query high-dimensional vectors. These allow us to quickly find similar items using similarity search(semantic search) (cosine similarity, dot product, etc.).
What are these high-dimen...