Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAGFLOW_API_KEY | Yes | API key for the RAGFlow API server. | |
| RAGFLOW_BASE_URL | Yes | The base URL for the RAGFlow API (e.g., http://172.16.33.66:8060). |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_datasets | 列出 RAGFlow 中的所有数据集 |
| retrieve | 从RAGFlow中指定的数据集检索相关内容 |
| create_chat | 创建一个新的聊天助手,基于指定的数据集 |
| chat | 向聊天助手提问 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |