Generative AI with Node JS in Hindi #29 What is Vector Database Explained Simply
What is Vector DB
- What is Vector DB
- How this is different from normal DBs
- Why we need it
- Popular vector DBs
- Interview Question
- Code and Notes
- A Vector Database (Vector DB) is a special type of database
- Designed to store and search vector embeddings
- Vector embeddings Numerical representations of data such as text, images, audio, or video.
How this is different from Normal DB
- SQL/No SQL DB stored data in structured format
- users, orders, transactions
- Vector Database :- Story Numerical representation or Text, Images, audio , video etc
- SQL/No SQL DB : Get data on matches
- Vector Database :- Get Data on similarity, Nearest Value etc
Popular Vector DB
- Pinecone
- Chroma
- Redis
- Milvus