What is the core job of a vector database?
- To store embeddings and find nearest vectors by similarity
- To train the embedding model that produces the vectors
- To translate SQL queries into natural language
- To compress images into thumbnails for display
Why
A vector database indexes embedding vectors and serves fast nearest-neighbor (similarity) search, usually with metadata filtering and CRUD. It doesn't train the embedding model, translate SQL, or process images.