Files
common/ragflow/config.yaml

11 lines
264 B
YAML
Raw Normal View History

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