Chroma is an AI-native open-source vector database that simplifies building LLM apps by providing tools for storing, embedding, and searching embeddings with a focus on simplicity and speed. It supports both local deployment and cloud hosting through ChromaDB Cloud.Documentation Index
Fetch the complete documentation index at: https://docs.mem0.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Local Installation
Config
Here are the parameters available for configuring Chroma:| Parameter | Description | Default Value |
|---|---|---|
collection_name | The name of the collection | mem0 |
client | Custom client for Chroma | None |
path | Path for the Chroma database | db |
host | The host where the Chroma server is running | None |
port | The port where the Chroma server is running | None |
api_key | ChromaDB Cloud API key (for cloud usage) | None |
tenant | ChromaDB Cloud tenant ID (for cloud usage) | None |