Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAGBRAIN_URL | No | RAGBrain API URL | http://localhost:8000 |
| RAGBRAIN_TIMEOUT | No | Request timeout (seconds) | 60 |
| RAGBRAIN_LOG_LEVEL | No | DEBUG, INFO, WARNING, ERROR | INFO |
| RAGBRAIN_MAX_RESULTS | No | Max search results | 20 |
| RAGBRAIN_MAX_DOCUMENT_LENGTH | No | Max doc length (chars) | 100000 |
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 | |