Files
common/ragflow/config.yaml
2026-03-12 08:50:40 +08:00

11 lines
264 B
YAML

# RAGFlow 配置文件
# 用于全局客户端自动初始化
ragflow:
# RAGFlow 服务地址
base_url: "http://localhost:9380"
# RAGFlow API Key
# 获取方式:登录 RAGFlow 管理界面 -> 设置 -> API Keys
api_key: "ragflow-your-api-key-here"