* fix: index

* fix: snapshot error; perf: snapshot diff compare

* perf: init simple edit history
This commit is contained in:
Archer
2024-11-21 16:26:43 +08:00
committed by GitHub
parent 9b2c3b242a
commit 019bf67e2d
11 changed files with 220 additions and 170 deletions

View File

@@ -14,4 +14,6 @@ weight: 810
3. 新增 - 重写 chatContext对话测试也会有日志并且刷新后不会丢失对话。
4. 新增 - 分享链接支持配置是否允许查看原文。
5. 优化 - 工作流 ui 细节。
6. 修复 - 分块策略,四级标题会被丢失。 同时新增了五级标题的支持
6. 优化 - 应用编辑记录采用 diff 存储,避免浏览器溢出
7. 修复 - 分块策略,四级标题会被丢失。 同时新增了五级标题的支持。
8. 修复 - MongoDB 知识库集合唯一索引。