mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 00:56:26 +00:00

* fix: index * fix: snapshot error; perf: snapshot diff compare * perf: init simple edit history
669 B
669 B
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.8.14(进行中) | FastGPT V4.8.14 更新说明 | upgrade | false | true | 810 |
更新预告
- 新增 - 工作流支持进入聊天框/点击开始对话后,自动触发一轮对话。
- 新增 - 重写 chatContext,对话测试也会有日志,并且刷新后不会丢失对话。
- 新增 - 分享链接支持配置是否允许查看原文。
- 优化 - 工作流 ui 细节。
- 优化 - 应用编辑记录采用 diff 存储,避免浏览器溢出。
- 修复 - 分块策略,四级标题会被丢失。 同时新增了五级标题的支持。
- 修复 - MongoDB 知识库集合唯一索引。