ForcePilot/server/routers
Wenjie Zhang ac848ea165 refactor(graph): 重构图谱适配器与服务层架构
将 GraphDatabase 重构为 UploadGraphService 并引入 BaseNeo4jAdapter 作为基础查询层
优化适配器工厂支持自动检测图谱类型,统一查询接口
添加 GraphMetadata 元数据管理,增强类型安全与能力声明
重构 LightRAGGraphAdapter 使用标准查询接口,改进节点边规范化处理
更新路由层使用新的适配器工厂方法,简化图谱类型检测逻辑
2025-12-20 15:00:49 +08:00
..
__init__.py feat(evaluation): 新增RAG评估功能模块 2025-12-09 16:21:18 +08:00
auth_router.py refactor(storage): 将图片上传功能重构为异步文件上传 2025-12-07 18:25:45 +08:00
chat_router.py style(lint): 优化代码格式和错误处理 2025-12-19 21:24:19 +08:00
dashboard_router.py fix: 修复 dashboard_router 中 ConversationManager 方法缺少 await 的问题 2025-12-18 20:04:51 +08:00
evaluation_router.py style: ruff format 2025-12-14 22:44:18 +08:00
graph_router.py refactor(graph): 重构图谱适配器与服务层架构 2025-12-20 15:00:49 +08:00
knowledge_router.py feat: AI 辅助知识库描述生成功能 2025-12-18 21:43:26 +08:00
mindmap_router.py refactor: 优化组件和API的空值处理逻辑 2025-12-10 19:42:58 +08:00
system_router.py docs: 添加GitHub问题模板和PR模板 2025-11-20 22:30:17 +08:00
task_router.py feat: 更新任务列表接口,增加限制参数并返回任务摘要信息 2025-10-25 14:55:06 +08:00