Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| chromadb_path | Yes | Path to the chroma_db directory on your computer (provided via -d or --chromadb-path) | |
| openai_api_key | No | OpenAI API key (required if using main_with_api.py via -k) | |
| collection_name | Yes | Name of the collection in the chroma_db (provided via -c or --collection-name) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |