Files
FastGPT/document/content/docs/upgrading/4-12/4122.mdx
2025-08-22 11:34:46 +08:00

28 lines
967 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 'V4.12.2(进行中)'
description: 'FastGPT V4.12.2 更新说明'
---
## 🚀 新增内容
1. 向量模型并发请求设置,不统一设置成 10避免部分向量模型不支持并发默认均为 1可在模型配置中设置。
## ⚙️ 优化
1. 增加工作流**独立分支**异常检测。
2. 向量模型超过 1536 维度进行截断时,强制进行归一化。其他维度是否归一化,完全由配置决定,减少自动判断的计算量。
## 🐛 修复
1. 独立对话页部分 UI 异常。
2. 多选选择器导致的页面崩溃。
3. 移动端,分享链接,异常加载了登录态对话页的导航。
4. 用户同步可能出现写冲突问题。
5. 无法完全关闭系统套餐,会存在空对象默认值,导致鉴权异常。
6. 工作流,添加团队应用,搜索无效。
7. 应用版本ref 字段错误,导致无法正常使用。
## 🔨 工具更新
1. Doc2x 工具响应值异常。