ForcePilot/server/routers
Wenjie Zhang b4439996fa refactor(knowledge): 重构文件处理逻辑并提取到独立模块
将文件处理和URL处理逻辑从KnowledgeBase类提取到独立的indexing模块
更新模型配置和README,添加新的API Key获取链接
优化日志输出格式并添加新的文件预处理脚本
2025-07-29 12:58:13 +08:00
..
__init__.py feat(router): 添加工具路由,更新聊天和智能体相关功能,优化工具获取逻辑 2025-07-24 00:45:47 +08:00
auth_router.py refactor(router): 更新系统路由 2025-07-22 17:29:38 +08:00
chat_router.py feat(router): 添加工具路由,更新聊天和智能体相关功能,优化工具获取逻辑 2025-07-24 00:45:47 +08:00
graph_router.py feat: 更新知识库相关配置 2025-07-26 03:36:54 +08:00
knowledge_router.py refactor(knowledge): 重构文件处理逻辑并提取到独立模块 2025-07-29 12:58:13 +08:00
system_router.py feat(ocr): 增强OCR处理功能,支持图像解析和参数传递,优化Docker环境变量配置 2025-07-27 04:12:49 +08:00
tool_router.py feat: 更新知识库相关配置 2025-07-26 03:36:54 +08:00