ForcePilot/src
Wenjie Zhang 28e02b8d0e refactor(lightrag): 使用统一日志工具替换直接logging导入
移除直接导入logging并创建logger实例,改为使用src.utils中的统一logger工具
2025-12-19 19:14:46 +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(lightrag): 使用统一日志工具替换直接logging导入 2025-12-19 19:14:46 +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