Files
FastGPT/docSite/content/zh-cn/docs/development/upgrading/492.md
Archer 2fcf421672 add model test log (#4272)
* sync collection

* remove lock

* add model test log

* update ui

* update log

* fix: channel test

* preview chunk ui

* test model ux

* test model log

* perf: dataset selector

* fix: system plugin auth

* update nextjs
2025-03-27 10:05:31 +08:00

1.4 KiB

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

重要提示

  • 知识库导入数据 API 变更,增加chunkSettingMode,chunkSplitMode,indexSize可选参数,具体可参考 知识库导入数据 API 文档。

🚀 新增内容

  1. 知识库分块优化:支持单独配置分块大小和索引大小,允许进行超大分块,以更大的输入 Tokens 换取完整分块。
  2. 知识库分块增加自定义分隔符预设值,同时支持自定义换行符分割。
  3. 外部变量改名:自定义变量。 并且支持在测试时调试,在分享链接中,该变量直接隐藏。
  4. 集合同步时,支持同步修改标题。

⚙️ 优化

  1. 导出对话日志时,支持导出成员名。
  2. 邀请链接交互。
  3. 无 SSL 证书时复制失败,会提示弹窗用于手动复制。
  4. FastGPT 未内置 ai proxy 渠道时,也能正常展示其名称。
  5. 升级 nextjs 版本至 14.2.25。

🐛 修复

  1. 飞书和语雀知识库无法同步。
  2. 渠道测试时,如果配置了模型自定义请求地址,会走自定义请求地址,而不是渠道请求地址。
  3. 语音识别模型测试未启用的模型时,无法正常测试。
  4. 管理员配置系统插件时,如果插件包含其他系统应用,无法正常鉴权。