mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00

* 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
1.0 KiB
1.0 KiB
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.8.23(进行中) | FastGPT V4.8.23 更新说明 | upgrade | false | true | 802 |
🚀 新增内容
- 增加默认“知识库文本理解模型”配置
- AI proxy V1版,可替换 OneAPI使用,同时提供完整模型调用日志,便于排查问题。
- 增加工单入口支持。
⚙️ 优化
- 模型配置表单,增加必填项校验。
- 集合列表数据统计方式,提高大数据量统计性能。
- 优化数学公式,转义 Latex 格式成 Markdown 格式。
- 解析文档图片,图片太大时,自动忽略。
- 时间选择器,当天开始时间自动设0,结束设置设 23:59:59,避免 UI 与实际逻辑偏差。
- 升级 mongoose 库版本依赖。
🐛 修复
- 标签过滤时,子文件夹未成功过滤。
- 暂时移除 md 阅读优化,避免链接分割错误。
- 离开团队时,未刷新成员列表。
- PPTX 编码错误,导致解析失败。
- 删除知识库单条数据时,全文索引未跟随删除。