mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00

* refactor: remove ModelProviderIdType and update related types (#5549) * perf: model provider * fix eval create split (#5570) * git rebase --continuedoc * add more variable types (#5540) * variable types * password * time picker * internal var * file * fix-test * time select default value & range * password & type render * fix * fix build * fix * move method * split date select * icon * perf: variable code * prompt editor add markdown plugin (#5556) * editor markdown * fix build * pnpm lock * add props * update code * fix list * editor ui * fix variable reset (#5586) * perf: variables type code * customize lexical indent (#5588) * perf: multiple selector * perf: tab plugin * doc * refactor: update workflow constants to use ToolTypeEnum (#5491) * refactor: replace FlowNodeTemplateTypeEnum with string literals in workflow templates * perf: tool type --------- Co-authored-by: archer <545436317@qq.com> * update doc * fix: make table's row more natural while dragging it (#5596) * feat: add APIGetTemplate function and refactor template fetching logic (#5498) * feat: add APIGetTemplate function and refactor template fetching logic * chore: adjust the code * chore: update sdk --------- Co-authored-by: FinleyGe <m13203533462@163.com> * perf init system * doc * remove log * remove i18n * perf: variables render --------- Co-authored-by: Ctrlz <143257420+ctrlz526@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com> Co-authored-by: FinleyGe <m13203533462@163.com>
49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
---
|
||
title: 'V4.12.2'
|
||
description: 'FastGPT V4.12.2 更新说明, 发布于 2025-8-26'
|
||
---
|
||
|
||
## 更新指南
|
||
|
||
### 1. 更新镜像:
|
||
|
||
- 更新 FastGPT 镜像tag: v4.12.2-fix3
|
||
- 更新 FastGPT 商业版镜像tag: v4.12.2-fix3
|
||
- 更新 fastgpt-plugin 镜像 tag: v0.1.11
|
||
- mcp_server 无需更新
|
||
- Sandbox 无需更新
|
||
- AIProxy 无需更新
|
||
|
||
## 🚀 新增内容
|
||
|
||
1. 向量模型并发请求设置,不统一设置成 10,避免部分向量模型不支持并发,默认均为 1,可在模型配置中设置。
|
||
2. 对话页支持管理员配置精选应用,便于推荐给团队成员使用。
|
||
3. 对话页首页,支持管理员配置快捷应用,可以设置团队常用的应用。
|
||
4. 支持关闭团队的对话首页。
|
||
|
||
## ⚙️ 优化
|
||
|
||
1. 增加工作流**独立分支**异常检测。
|
||
2. 向量模型超过 1536 维度进行截断时,强制进行归一化。其他维度是否归一化,完全由配置决定,减少自动判断的计算量。
|
||
3. 模型提供商配置移至 plugin sdk 中。
|
||
4. 封装 LLM 调用函数,简化 LLM 请求和工具调用。
|
||
5. 优化工作流调度代码,避免深度递归。
|
||
6. 工作流递归判断优化,对递归线继续分组检测,适配更多样连线。
|
||
|
||
## 🐛 修复
|
||
|
||
1. 独立对话页部分 UI 异常。
|
||
2. 独立对话页无法渲染插件交互。
|
||
3. 独立对话页,使用二级路由时,默认地址错误。
|
||
4. 多选选择器导致的页面崩溃。
|
||
5. 移动端,分享链接,异常加载了登录态对话页的导航。
|
||
6. 用户同步可能出现写冲突问题。
|
||
7. 无法完全关闭系统套餐,会存在空对象默认值,导致鉴权异常。
|
||
8. 工作流,添加团队应用,搜索无效。
|
||
9. 应用版本,ref 字段错误,导致无法正常使用。
|
||
10. Oceanbase 批量插入时,未正确返回插入的 id。
|
||
11. 交互节点与工具集存在冲突,导致交互节点后工具集无法正常使用。
|
||
|
||
## 🔨 工具更新
|
||
|
||
1. Doc2x 工具响应值异常。 |