chore: gitignore

This commit is contained in:
Wenjie Zhang 2025-10-30 22:29:38 +08:00
parent 6b67bf6f93
commit 27f71c0cf7
2 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@ -25,6 +25,10 @@ logs
*.lock *.lock
tmp tmp
cache cache
.cache
.backup
*.bak
### IDE ### IDE
.vscode .vscode

View File

@ -8,12 +8,13 @@
## Bugs ## Bugs
- [ ] upload 接口会阻塞主进程 - [ ] upload 接口会阻塞主进程
- [ ] LightRAG 知识库查看不了解析后的文本 - [ ] LightRAG 知识库查看不了解析后的文本,偶然出现,未复现
## Next ## Next
- [ ] 新建 DeepAgents 智能体 - [ ] 新建 DeepAgents 智能体
- [ ] 添加对于上传文件的支持 - [ ] 添加对于上传文件的支持
- [ ] LightRAG 知识库应该可以支持修改 LLM
- [ ] 统一图谱数据结构,优化可视化方式 [#298](https://github.com/xerrors/Yuxi-Know/issues/298) <Badge type="info" text="0.4" /> - [ ] 统一图谱数据结构,优化可视化方式 [#298](https://github.com/xerrors/Yuxi-Know/issues/298) <Badge type="info" text="0.4" />
- [ ] 集成智能体评估,首先使用命令行来实现,然后考虑放在 UI 里面展示 - [ ] 集成智能体评估,首先使用命令行来实现,然后考虑放在 UI 里面展示
- [ ] 开发与生产环境隔离,构建生产镜像 <Badge type="info" text="0.4" /> - [ ] 开发与生产环境隔离,构建生产镜像 <Badge type="info" text="0.4" />