Files
FastGPT/docSite/content/zh-cn/docs/development/upgrading/4823.md
Archer cf0aaa1091 fix: invalid dataset data clear (#3927)
* fix: collection list count

* fix: collection list count

* fix: invalid dataset data clear

* update ts

* perf: cron clear invalid data

* perf: init

* perf: clear invalid code

* update init

* perf: clear invalid code

* perf: clear invalid code

* perf: init count

* batch init

* batch init

* batch init

* batch init

* add comment

* perf: init

* fix: api proxy type
2025-02-28 17:49:20 +08:00

1.0 KiB
Raw Blame History

title, description, icon, draft, toc, weight
title description icon draft toc weight
V4.8.23(进行中) FastGPT V4.8.23 更新说明 upgrade false true 802

🚀 新增内容

  1. 增加默认“知识库文本理解模型”配置
  2. AI proxy V1版可替换 OneAPI使用同时提供完整模型调用日志便于排查问题。
  3. 增加工单入口支持。

⚙️ 优化

  1. 模型配置表单,增加必填项校验。
  2. 集合列表数据统计方式,提高大数据量统计性能。
  3. 优化数学公式,转义 Latex 格式成 Markdown 格式。
  4. 解析文档图片,图片太大时,自动忽略。
  5. 时间选择器当天开始时间自动设0结束设置设 23:59:59避免 UI 与实际逻辑偏差。
  6. 升级 mongoose 库版本依赖。

🐛 修复

  1. 标签过滤时,子文件夹未成功过滤。
  2. 暂时移除 md 阅读优化,避免链接分割错误。
  3. 离开团队时,未刷新成员列表。
  4. PPTX 编码错误,导致解析失败。
  5. 删除知识库单条数据时,全文索引未跟随删除。