Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DSPY_MODEL | No | DSPy language model for query refinement | openai/gpt-4o-mini |
| OPENAI_API_KEY | Yes | OpenAI API key (required for DSPy query deepening) | |
| RAGFLOW_API_KEY | Yes | Your RAGFlow API key (required) | |
| RAGFLOW_BASE_URL | No | Base URL of your RAGFlow instance | http://192.168.122.93:9380 |
| CF_ACCESS_CLIENT_ID | No | Cloudflare Zero Trust Access Client ID (optional) | |
| RAGFLOW_DEFAULT_RERANK | No | Default rerank model | rerank-multilingual-v3.0 |
| CF_ACCESS_CLIENT_SECRET | No | Cloudflare Zero Trust Access Client Secret (optional) |
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 | |