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

* refresh username * remove md format * perf: latext render * ignore big image * model config
602 B
602 B
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.8.23(进行中) | FastGPT V4.8.23 更新说明 | upgrade | false | true | 802 |
🚀 新增内容
- 增加默认“知识库文本理解模型”配置
⚙️ 优化
- 模型配置表单,增加必填项校验。
- 集合列表数据统计方式,提高大数据量统计性能。
- 优化数学公式,转义 Latex 格式成 Markdown 格式。
- 解析文档图片,图片太大时,自动忽略。
🐛 修复
- 标签过滤时,子文件夹未成功过滤。
- 暂时移除 md 阅读优化,避免链接分割错误。