chromadb

Package — LLM/AIPython 3.7+Advanced

Open-source vector database for embedding storage and retrieval

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, onnxruntime, tokenizers, tqdm, requests, pydantic, overrides, posthog, typing-extensions
Install
pip install chromadb

Learn by Difficulty

Quick Example

python
# Install: pip install chromadb
import chromadb

# Basic chromadb usage
print(f"Using chromadb")
# See documentation for detailed examples

chromadb is a third-party package. Open-source vector database for embedding storage and retrieval. Install with: pip install chromadb

Try in Playground

Tags

packagellmaigenerative-aiagents