kangda-robot-backend/ruoyi-fastapi-backend/module_admin/controller
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
..
__init__.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
cache_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
captcha_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
common_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
compreface_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
config_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
dept_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
dict_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
door_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
explanation_content_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
explanation_content_type_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
explanation_style_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
explanation_style_robot_pair_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
haikang_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
identification_record_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
identification_statistics_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
info_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
job_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
log_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
login_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
menu_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
message_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
notice_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
online_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
post_controler.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
ragflow_controller.py ``` 2025-12-15 11:10:58 +08:00
robot_action_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
robot_role_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
robot_role_pairing_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
role_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
scheduler_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
server_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
sys_alert_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
sys_statistics_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
test_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
user_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
visitor_type_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00
words_controller.py 修改 git 仓库结构 2025-12-05 10:24:03 +08:00