Files
FastGPT/docSite/content/zh-cn/docs/development/upgrading/4913.md
Archer 3a5d725efd feature: 4.10.1 (#5201)
* add dynamic inputRender (#5127)

* dynamic input component

* fix

* fix

* fix

* perf: dynamic render input

* update doc

* perf: error catch

* num input ui

* fix form render (#5177)

* perf: i18n check

* add log

* doc

* Sync dataset  (#5181)

* perf: api dataset create (#5047)

* Sync dataset (#5120)

* add

* wait

* restructure dataset sync, update types and APIs, add sync hints, and remove legacy logic

* feat: add function to retrieve real file ID from third-party doc library and rename team permission check function for clarity

* fix come console

* refactor: rename team dataset limit check functions for clarity, update API dataset sync limit usage, and rename root directory to "ROOT_FOLDER"

* frat: update sync dataset login

* fix delete.ts

* feat: update pnpm-lock.yaml to include bullmq, fix comments in api.d.ts and type.d.ts, rename API file ID field, optimize dataset sync logic, and add website sync feature with related APIs

* feat: update CollectionCard to support site dataset sync, add API root ID constant and init sync API

* feat: add RootCollectionId constant to replace hardcoded root ID

---------

Co-authored-by: dreamer6680 <146868355@qq.com>

* perf: code

* feat: update success message for dataset sync, revise related i18n texts, and optimize file selection logic (#5166)

Co-authored-by: dreamer6680 <146868355@qq.com>

* perf: select file

* Sync dataset (#5180)

* feat: update success message for dataset sync, revise related i18n texts, and optimize file selection logic

* fix: make listfile function return rawid string

---------

Co-authored-by: dreamer6680 <146868355@qq.com>

* init sh

* fix: ts

---------

Co-authored-by: dreamer6680 <1468683855@qq.com>
Co-authored-by: dreamer6680 <146868355@qq.com>

* update doc

* i18n

---------

Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: dreamer6680 <1468683855@qq.com>
Co-authored-by: dreamer6680 <146868355@qq.com>
2025-07-11 17:02:48 +08:00

840 B

title, description, icon, draft, toc, weight
title description icon draft toc weight
V4.9.13 FastGPT V4.9.13 更新说明 upgrade false true 787

更新指南

1. 更新镜像:

  • 更新 FastGPT 镜像 tag: v4.9.13
  • 更新 FastGPT 商业版镜像 tag: v4.9.13
  • mcp_server 无需更新
  • Sandbox 无需更新
  • AIProxy 无需更新

🚀 新增内容

  1. 套餐缓存,减少 MongoDB 查询次数。

⚙️ 优化

  1. 所有 NodeId 调整随机值生成,避免首字母数字开头。
  2. 知识库集合搜索,支持嵌套搜索。

🐛 修复

  1. 对话日志,日期范围选择问题。
  2. API 调用时,传入的 system 提示词可能会重复。
  3. AI 对话/工具调用,未选择文件链接时,也会从历史记录读取文件。
  4. 手动更新知识库索引时,错误的删除旧索引,导致手动索引无效。