ForcePilot/src
Wenjie Zhang ac848ea165 refactor(graph): 重构图谱适配器与服务层架构
将 GraphDatabase 重构为 UploadGraphService 并引入 BaseNeo4jAdapter 作为基础查询层
优化适配器工厂支持自动检测图谱类型,统一查询接口
添加 GraphMetadata 元数据管理,增强类型安全与能力声明
重构 LightRAGGraphAdapter 使用标准查询接口,改进节点边规范化处理
更新路由层使用新的适配器工厂方法,简化图谱类型检测逻辑
2025-12-20 15:00:49 +08:00
..
agents feat(server): 添加访问日志中间件并优化日志配置 2025-12-17 22:55:12 +08:00
config refactor: 统一 together.ai 为 together 并注释相关配置 2025-12-17 22:23:37 +08:00
knowledge refactor(graph): 重构图谱适配器与服务层架构 2025-12-20 15:00:49 +08:00
models fix(embedding): 修复ollama model 不起作用的 bug,并修复model info 由于 getattr 不生效的 bug # 361 2025-12-03 18:28:31 +08:00
plugins fix(ui): 调整任务卡片和上传模态框的样式 2025-12-19 00:41:51 +08:00
services style: ruff format 2025-12-14 22:44:18 +08:00
storage fix(db): 使用asyncio.shield确保数据库连接正确关闭 2025-12-19 02:22:29 +08:00
utils feat(evaluation): 新增RAG评估功能模块 2025-12-09 16:21:18 +08:00
__init__.py feat: 更新环境变量配置路径 2025-10-10 18:07:06 +08:00