Chroma
Embeddable OSS vector DB with a developer-friendly Python API and zero-config defaults.
- License
- Apache-2.0
- Install
- pip package
- Website
- https://www.trychroma.com
- GitHub
- https://github.com/chroma-core/chroma
pip install chromadb
LanceDB
Multimodal, embedded OSS vector DB with columnar storage and zero-copy queries.
- License
- Apache-2.0
- Install
- pip package
- Website
- https://lancedb.com
- GitHub
- https://github.com/lancedb/lancedb
pip install lancedb
When to reach for which
Chroma — Embeddable OSS vector DB with a developer-friendly Python API and zero-config defaults.
LanceDB — Multimodal, embedded OSS vector DB with columnar storage and zero-copy queries.
Both sit in the Vector Databases category — they're substitutes, not complements. Pick by your install constraint (MCP-native, license, hosting model) and which tag overlap matters most to your stack.