ForcePilot/server/routers
Wenjie Zhang 3c77755a78 feat: 重构知识库文件处理流程,支持分阶段处理【!important】
refactor(lightrag/milvus): 将文件处理拆分为上传、解析和入库三个阶段
feat(base): 新增文件状态枚举和分阶段处理方法
feat(api): 添加手动触发解析和入库的API接口
fix(utils): 修复MinIO URL解析逻辑,支持更多协议格式
style(components): 优化UI组件样式和交互
test: 移除过时的测试文件
2026-01-04 21:35:25 +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 refactor(agents): 移除reload_graph能力并简化agent初始化逻辑 2025-12-30 19:19:49 +08:00
dashboard_router.py refactor: 移除 ChromaDB 相关代码和依赖 2026-01-02 14:44:00 +08:00
evaluation_router.py style: ruff format 2025-12-14 22:44:18 +08:00
graph_router.py feat(security): 对于图谱文件上传,添加从MinIO URL下载文件的临时文件上下文管理器 2026-01-02 22:52:33 +08:00
knowledge_router.py feat: 重构知识库文件处理流程,支持分阶段处理【!important】 2026-01-04 21:35:25 +08:00
mindmap_router.py feat(ocr): 添加 DeepSeek OCR 支持 2025-12-29 10:32:07 +08:00
system_router.py feat(ocr): 添加 DeepSeek OCR 支持 2025-12-29 10:32:07 +08:00
task_router.py feat: 更新任务列表接口,增加限制参数并返回任务摘要信息 2025-10-25 14:55:06 +08:00