Framework & Tool
Chroma
Lightweight open-source embedding database, popular for prototyping LLM apps.
Definition
Chroma is an open-source in-process vector store with a simple Python API. It is the default vector DB in many LangChain quick-starts and tutorials thanks to its zero-config setup. A hosted Cloud version exists for production use.
Common use cases
- Prototyping
- Small RAG apps
- Local-first apps