update version doc (#5272)

This commit is contained in:
Archer
2025-07-22 10:02:35 +08:00
committed by GitHub
parent d0730e665d
commit da34e857d2
2 changed files with 8 additions and 7 deletions

View File

@@ -95,8 +95,8 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.10.1-fix3 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix3 # 阿里云
image: ghcr.io/labring/fastgpt:v4.11.0 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
ports:
- 3000:3000
networks:
@@ -169,8 +169,8 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.1.3 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.3 # 阿里云
image: ghcr.io/labring/fastgpt-plugin:v0.1.4 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.4 # 阿里云
container_name: fastgpt-plugin
restart: always
networks:

View File

@@ -1,5 +1,5 @@
---
title: 'V4.11.0(进行中)'
title: 'V4.11.0'
description: 'FastGPT V4.11.0 更新说明'
icon: 'upgrade'
draft: false
@@ -7,7 +7,7 @@ toc: true
weight: 783
---
<!-- ## 升级说明
## 升级说明
### 1. 修改环境变量
@@ -25,7 +25,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数
- 更新 fastgpt-plugin 镜像 tag: v0.1.4
- mcp_server 无需更新
- Sandbox 无需更新
- AIProxy 无需更新 -->
- AIProxy 无需更新
## 项目调整
@@ -47,6 +47,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数
1. 优化代码,避免递归造成的内存堆积,尤其在高并发连续的进行知识库预处理时,可显著降低内存消耗。
2. 知识库训练:支持全部重试当前集合异常数据。
3. 工作流 valueTypeFormat避免数据类型不一致。
4. 知识库列表搜索时,正则未进行特殊词替换。
## 🐛 修复