Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
da34e857
authored
Jul 22, 2025
by
Archer
Committed by
GitHub
Jul 22, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version doc (#5272)
parent
d0730e66
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
deploy/docker/yml.js
+4
-4
docSite/content/zh-cn/docs/development/upgrading/4110.md
+4
-3
No files found.
deploy/docker/yml.js
View file @
da34e857
...
@@ -95,8 +95,8 @@ services:
...
@@ -95,8 +95,8 @@ services:
fastgpt:
fastgpt:
container_name: fastgpt
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.1
0.1-fix3
# git
image: ghcr.io/labring/fastgpt:v4.1
1.0
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.1
0.1-fix3
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.1
1.0
# 阿里云
ports:
ports:
- 3000:3000
- 3000:3000
networks:
networks:
...
@@ -169,8 +169,8 @@ services:
...
@@ -169,8 +169,8 @@ services:
environment:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.1.
3
# git
image: ghcr.io/labring/fastgpt-plugin:v0.1.
4
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
3
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
4
# 阿里云
container_name: fastgpt-plugin
container_name: fastgpt-plugin
restart: always
restart: always
networks:
networks:
...
...
docSite/content/zh-cn/docs/development/upgrading/4110.md
View file @
da34e857
---
---
title
:
'
V4.11.0
(进行中)
'
title
:
'
V4.11.0'
description
:
'
FastGPT
V4.11.0
更新说明'
description
:
'
FastGPT
V4.11.0
更新说明'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
...
@@ -7,7 +7,7 @@ toc: true
...
@@ -7,7 +7,7 @@ toc: true
weight
:
783
weight
:
783
---
---
<!--
## 升级说明
## 升级说明
### 1. 修改环境变量
### 1. 修改环境变量
...
@@ -25,7 +25,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数
...
@@ -25,7 +25,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数
-
更新 fastgpt-plugin 镜像 tag: v0.1.4
-
更新 fastgpt-plugin 镜像 tag: v0.1.4
-
mcp_server 无需更新
-
mcp_server 无需更新
-
Sandbox 无需更新
-
Sandbox 无需更新
-
AIProxy 无需更新
-->
-
AIProxy 无需更新
## 项目调整
## 项目调整
...
@@ -47,6 +47,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数
...
@@ -47,6 +47,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数
1.
优化代码,避免递归造成的内存堆积,尤其在高并发连续的进行知识库预处理时,可显著降低内存消耗。
1.
优化代码,避免递归造成的内存堆积,尤其在高并发连续的进行知识库预处理时,可显著降低内存消耗。
2.
知识库训练:支持全部重试当前集合异常数据。
2.
知识库训练:支持全部重试当前集合异常数据。
3.
工作流 valueTypeFormat,避免数据类型不一致。
3.
工作流 valueTypeFormat,避免数据类型不一致。
4.
知识库列表搜索时,正则未进行特殊词替换。
## 🐛 修复
## 🐛 修复
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment