docs: 更新文档

This commit is contained in:
humeng 2026-01-12 15:41:43 +08:00 committed by Wenjie Zhang
parent b87b5513dd
commit b40f7ceabc

View File

@ -41,6 +41,7 @@
- 优化 RAG 检索,支持根据文件 pattern 来检索Agentic Mode
- 重构智能体对于“工具变更/模型变更”的处理逻辑,无需导入更复杂的中间件
- 重构知识库的 Agentic 配置逻辑,与 Tools 解耦
- 新增Sqlite Web UI 方便通过Web页面管理数据库中数据[#463](https://github.com/xerrors/Yuxi-Know/pull/463)
### 修复