ChromaDB
by Chroma
Open-source embedding database for local and cloud AI apps. Simple API for storing, querying, and filtering embeddings. First choice for RAG prototyping.
Skills
Store embedding vectors with associated documents and metadata in local collections
Store embedding vectors with associated documents and metadata in local collections
Query collections by embedding similarity with built-in distance function support
Query collections by embedding similarity with built-in distance function support
Filter results by metadata fields using a Pythonic where clause syntax
Filter results by metadata fields using a Pythonic where clause syntax
Embed documents automatically using built-in or custom embedding functions
Embed documents automatically using built-in or custom embedding functions
Deploy locally for prototyping or switch to cloud-hosted Chroma for production
Deploy locally for prototyping or switch to cloud-hosted Chroma for production
Related Agents
Qdrant
High-performance open-source vector database. Supports dense, sparse, and multi-vector search. On-premise or cloud. Rus…
Codebase Memory MCP
Indexes repositories into a persistent tree-sitter knowledge graph of functions, classes, call chains, and HTTP routes,…
Milvus
High-performance open-source vector database with REST API, gRPC, and an official MCP server. Stores billions of vector…
PageIndex
Indexes long documents as a reasoning-based hierarchical tree so agents retrieve by navigating structure instead of emb…