Files
FastGPT/docSite/content/zh-cn/docs/development/upgrading/497.md
heheer 5c93545016 fix 4.9.6 (#4631)
* fix debug quote list

* delete next text node match

* fix extract default boolean value

* export latest 100 chat items

* fix quote item ui

* doc

* fix doc
2025-04-22 20:10:35 +08:00

956 B
Raw Blame History

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

🚀 新增内容

⚙️ 优化

  1. Doc2x 文档解析,增加报错信息捕获,增加超时时长。
  2. 调整 PG vector 查询语句,强制使用向量索引。

🐛 修复

  1. 文件上传分块大小限制,避免超出 MongoDB 限制。
  2. 使用记录仪表盘,无法获取指定成员的使用统计。
  3. 仪表盘接口,因未考虑时区问题,统计异常。
  4. LLM 模型测试接口,无法测试未启用的 LLM。同时修复模型测试接口会把模型自定义请求地址去除问题。
  5. 导出对话记录,限制单条对话记录消息上限 1000 组,避免导出失败。
  6. 工作流变量下一段文本仍是工作流变量,不触发渲染。
  7. 调试知识库检索模块,提示无权操作知识库。
  8. 文本内容提取节点,默认值赋值逻辑。