ChromaDB
⭐ 18.0k stars💬 text generation🔧 Pythonintermediate📄 Apache-2.0🔄 2026-06-29
About
AI-native open-source embedding database for RAG and AI applications.
⚡ Quick Start
pip install chromadb && python -c "import chromadb; client = chromadb.Client(); collection = client.create_collection('demo'); collection.add(documents=['Hello'], ids=['1'])"🏷️ Topics
💻 Supported Platforms
webmaclinuxwindows
📋 Technical Details
- Repository
- chroma-core/chroma
- Language
- Python
- License
- Apache-2.0
- Stars
- 18,000
- Category
- text generation
- Difficulty
- intermediate
- Last Updated
- 2026-06-29
- Platforms
- web, mac, linux, windows
Frequently Asked Questions About ChromaDB
What is ChromaDB?
AI-native open-source embedding database for RAG and AI applications.
How do I install ChromaDB?
Run: pip install chromadb && python -c "import chromadb; client = chromadb.Client(); collection = client.create_collection('demo'); collection.add(documents=['Hello'], ids=['1'])"
What are the system requirements for ChromaDB?
ChromaDB supports web, mac, linux, windows. It is written in Python and is best suited for intermediate-level users. The repository has 18,000+ stars on GitHub and is licensed under Apache-2.0.