Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CHUNK_SIZE | No | Size of text chunks in characters | 1000 |
CHROMA_HOST | No | ChromaDB server URL | http://localhost:8000 |
CHUNK_OVERLAP | No | Overlap between chunks in characters | 200 |
WATCH_DIRECTORY | No | Directory to watch for documents | ./documents |
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 |