RAGflow的init函数修改和mq

This commit is contained in:
Cold
2025-12-03 09:59:40 +08:00
committed by 张斌
parent 358e175799
commit 62d47ebde7
6 changed files with 798 additions and 14 deletions

10
ragflow/config.yaml Normal file
View File

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