kangda-robot-backend/ruoyi-fastapi-backend/module_admin
haotian 234121a503 ```
feat(ragflow): 添加 RAGFlow 配置支持并优化环境变量加载逻辑

- 在 `.env.prod` 中新增 RAGFlow 相关配置项,包括服务地址和 API Key
- `config/env.py` 中引入 `RAGFlowSettings` 类,继承 `BaseSettings` 以支持配置读取
- 为 `app_docs_url` 等字段添加 Optional 类型标注,提升类型安全性
- 改进 `.env` 文件加载机制,优先从项目根目录读取,并增加手动解析兜底逻辑
- 优化 ragflow controller 异常响应处理,返回更明确的错误信息
```
2025-12-15 11:10:58 +08:00
..
annotation 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
aspect 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
controller ``` 2025-12-15 11:10:58 +08:00
dao 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
entity 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
service 修改了测试服务,添加了搜索直连DeepSeek大语言模型的测试 2025-12-12 14:31:31 +08:00
__init__.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00