vector-databases
Installation
SKILL.md
Vector Databases
Options Overview
| DB | Best for | Hosting |
|---|---|---|
| Pinecone | Production, fully managed, simple API | Cloud only |
| Qdrant | Self-hosted, rich filtering, open source | Self-hosted / Cloud |
| Chroma | Local dev, prototyping, embedded | Local / Self-hosted |
| pgvector | Already using PostgreSQL | Self-hosted (Postgres ext) |
| Weaviate | GraphQL API, multi-modal | Self-hosted / Cloud |
Pinecone
bun add @pinecone-database/pinecone