更新指南
1. 更新镜像:
- 更新 FastGPT 镜像 tag: v4.10.1-alpha
- 更新 FastGPT 商业版镜像 tag: v4.10.1-alpha
- 更新 fastgpt-plugin 镜像 tag: v0.1.3
- mcp_server 无需更新
- Sandbox 无需更新
- AIProxy 无需更新
2. 执行升级脚本
该脚本仅需商业版用户执行。
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 rootkey
;{{host}} 替换成FastGPT 域名。
curl --location --request POST 'https://{{host}}/api/admin/initv4101' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
- 给自动同步的知识库加入新的定时任务。
⚙️ 优化
- 定时任务报错日志记录到对话日志。 @c121914yu
- 封装应用动态form渲染组件。 @newfish-cmyk
- 商业版第三方知识库定时同步,支持全量同步,可以同步整个目录。 @dreamer6680
- 目录面包屑导航溢出省略。 @newfish-cmyk
🐛 修复
- 搜索类型系统工具无法正常显示。 @c121914yu
- 部分系统工具向下兼容问题。 @c121914yu
- AI 节点,手动选择历史记录时,会导致 system 记录重复。 @c121914yu
- 知识库 tag 无法滚动到底。 @newfish-cmyk
🔨 工具更新
- 新增 Flux 官方绘图工具。
- 新增 JinaAI 工具集。
- 新增阿里百炼 Flux 和通义万相绘图。
- 纠正硅基流动画图工具输出值类型。
What's Changed
- update doc by @c121914yu in #5150
- Update README.md by @c121914yu in #5151
- update yml by @c121914yu in #5152
- fix: reference history format;perf: add error to chat log by @c121914yu in #5153
- Update 4101.md by @c121914yu in #5162
- fix: update community contact method and correct typos in documentation by @xuyupeng07 in #5160
- echarts crush catch by @newfish-cmyk in #5156
- chore(deps): bump transformers from 4.50.0 to 4.51.0 in /plugins/model/llm-Baichuan2 by @dependabot[bot] in #5172
- app detail visibility by @newfish-cmyk in #5178
- chore(deps): bump transformers from 4.50.0 to 4.52.1 in /plugins/model/llm-ChatGLM2 by @dependabot[bot] in #5183
- fix: Fixed the issue where anchor (
<a>
) tags in reply content could not properly open links in a new tab or window. by @yangxyo in #5176 - chore(deps): bump transformers from 4.51.0 to 4.52.1 in /plugins/model/llm-Baichuan2 by @dependabot[bot] in #5184
- Bing ad by @ctrlz526 in #5195
- fix tag manage modal scroll by @newfish-cmyk in #5193
- optimize ParentPaths component by @newfish-cmyk in #5179
- test: Add unit test for projects/app/src/pages/api/core/dataset/training/updateTrainingData.ts by @gru-agent[bot] in #5194
- feature: 4.10.1 by @c121914yu in #5201
- doc by @c121914yu in #5203
New Contributors
- @xuyupeng07 made their first contribution in #5160
- @yangxyo made their first contribution in #5176
Full Changelog: v4.10.0-fix...v4.10.1-alpha