Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CHROMA_SSL | No | Whether to use SSL (for HTTP client) | |
CHROMA_HOST | No | Your host (for HTTP client) | |
CHROMA_PORT | No | Your port (for HTTP client) | |
CHROMA_TENANT | No | Your tenant ID (for cloud client) | |
CHROMA_API_KEY | No | Your API key (for cloud client) | |
CHROMA_DATABASE | No | Your database name (for cloud client) | |
CHROMA_DATA_DIR | No | Full path to your data directory (for persistent client) | |
CHROMA_CLIENT_TYPE | No | The type of client to use (http, cloud, persistent, ephemeral) | ephemeral |
CHROMA_CUSTOM_AUTH_CREDENTIALS | No | Your custom auth credentials (for HTTP client) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |