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
fa163a54
authored
Nov 12, 2025
by
Archer
Committed by
GitHub
Nov 12, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc (#5908)
parent
21b9f615
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
86 additions
and
79 deletions
+86
-79
deploy/args.json
+4
-4
deploy/dev/docker-compose.cn.yml
+3
-3
deploy/dev/docker-compose.yml
+3
-3
deploy/docker/cn/docker-compose.milvus.yml
+4
-4
deploy/docker/cn/docker-compose.oceanbase.yml
+4
-4
deploy/docker/cn/docker-compose.pg.yml
+4
-4
deploy/docker/cn/docker-compose.zilliz.yml
+4
-4
deploy/docker/global/docker-compose.milvus.yml
+4
-4
deploy/docker/global/docker-compose.oceanbase.yml
+4
-4
deploy/docker/global/docker-compose.pg.yml
+4
-4
deploy/docker/global/docker-compose.ziliiz.yml
+4
-4
document/content/docs/upgrading/4-14/4141.mdx
+7
-1
document/data/doc-last-modified.json
+5
-4
document/public/deploy/docker/cn/docker-compose.milvus.yml
+4
-4
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
+4
-4
document/public/deploy/docker/cn/docker-compose.pg.yml
+4
-4
document/public/deploy/docker/cn/docker-compose.zilliz.yml
+4
-4
document/public/deploy/docker/global/docker-compose.milvus.yml
+4
-4
document/public/deploy/docker/global/docker-compose.oceanbase.yml
+4
-4
document/public/deploy/docker/global/docker-compose.pg.yml
+4
-4
document/public/deploy/docker/global/docker-compose.ziliiz.yml
+4
-4
No files found.
deploy/args.json
View file @
fa163a54
{
{
"tags"
:
{
"tags"
:
{
"fastgpt"
:
"v4.14.
0
"
,
"fastgpt"
:
"v4.14.
1
"
,
"fastgpt-sandbox"
:
"v4.14.
0
"
,
"fastgpt-sandbox"
:
"v4.14.
1
"
,
"fastgpt-mcp_server"
:
"v4.14.
0
"
,
"fastgpt-mcp_server"
:
"v4.14.
1
"
,
"fastgpt-plugin"
:
"v0.3.
0
"
,
"fastgpt-plugin"
:
"v0.3.
1
"
,
"aiproxy"
:
"v0.3.2"
,
"aiproxy"
:
"v0.3.2"
,
"aiproxy-pg"
:
"0.8.0-pg15"
,
"aiproxy-pg"
:
"0.8.0-pg15"
,
"mongo"
:
"5.0.18"
,
"mongo"
:
"5.0.18"
,
...
...
deploy/dev/docker-compose.cn.yml
View file @
fa163a54
...
@@ -136,7 +136,7 @@ services:
...
@@ -136,7 +136,7 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
ports
:
ports
:
-
3002:3000
-
3002:3000
networks
:
networks
:
...
@@ -144,7 +144,7 @@ services:
...
@@ -144,7 +144,7 @@ services:
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -153,7 +153,7 @@ services:
...
@@ -153,7 +153,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
ports
:
ports
:
...
...
deploy/dev/docker-compose.yml
View file @
fa163a54
...
@@ -136,7 +136,7 @@ services:
...
@@ -136,7 +136,7 @@ services:
retries
:
3
retries
:
3
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
ports
:
ports
:
-
3002:3000
-
3002:3000
networks
:
networks
:
...
@@ -144,7 +144,7 @@ services:
...
@@ -144,7 +144,7 @@ services:
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -153,7 +153,7 @@ services:
...
@@ -153,7 +153,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
ports
:
ports
:
...
...
deploy/docker/cn/docker-compose.milvus.yml
View file @
fa163a54
...
@@ -177,7 +177,7 @@ services:
...
@@ -177,7 +177,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
0
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -227,13 +227,13 @@ services:
...
@@ -227,13 +227,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -242,7 +242,7 @@ services:
...
@@ -242,7 +242,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/cn/docker-compose.oceanbase.yml
View file @
fa163a54
...
@@ -154,7 +154,7 @@ services:
...
@@ -154,7 +154,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
0
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -204,13 +204,13 @@ services:
...
@@ -204,13 +204,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -219,7 +219,7 @@ services:
...
@@ -219,7 +219,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/cn/docker-compose.pg.yml
View file @
fa163a54
...
@@ -135,7 +135,7 @@ services:
...
@@ -135,7 +135,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
0
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -185,13 +185,13 @@ services:
...
@@ -185,13 +185,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -200,7 +200,7 @@ services:
...
@@ -200,7 +200,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/cn/docker-compose.zilliz.yml
View file @
fa163a54
...
@@ -118,7 +118,7 @@ services:
...
@@ -118,7 +118,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
0
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -168,13 +168,13 @@ services:
...
@@ -168,13 +168,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -183,7 +183,7 @@ services:
...
@@ -183,7 +183,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/global/docker-compose.milvus.yml
View file @
fa163a54
...
@@ -177,7 +177,7 @@ services:
...
@@ -177,7 +177,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -227,13 +227,13 @@ services:
...
@@ -227,13 +227,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -242,7 +242,7 @@ services:
...
@@ -242,7 +242,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/global/docker-compose.oceanbase.yml
View file @
fa163a54
...
@@ -154,7 +154,7 @@ services:
...
@@ -154,7 +154,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -204,13 +204,13 @@ services:
...
@@ -204,13 +204,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -219,7 +219,7 @@ services:
...
@@ -219,7 +219,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/global/docker-compose.pg.yml
View file @
fa163a54
...
@@ -135,7 +135,7 @@ services:
...
@@ -135,7 +135,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -185,13 +185,13 @@ services:
...
@@ -185,13 +185,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -200,7 +200,7 @@ services:
...
@@ -200,7 +200,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/global/docker-compose.ziliiz.yml
View file @
fa163a54
...
@@ -118,7 +118,7 @@ services:
...
@@ -118,7 +118,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -168,13 +168,13 @@ services:
...
@@ -168,13 +168,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -183,7 +183,7 @@ services:
...
@@ -183,7 +183,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
document/content/docs/upgrading/4-14/4141.mdx
View file @
fa163a54
---
---
title: 'V4.14.1
(进行中)
'
title: 'V4.14.1'
description: 'FastGPT V4.14.1 更新说明'
description: 'FastGPT V4.14.1 更新说明'
---
---
...
@@ -7,6 +7,12 @@ description: 'FastGPT V4.14.1 更新说明'
...
@@ -7,6 +7,12 @@ description: 'FastGPT V4.14.1 更新说明'
### 1. 更新镜像:
### 1. 更新镜像:
- 更新 FastGPT 镜像tag: v4.14.1
- 更新 FastGPT 商业版镜像tag: v4.14.1
- 更新 fastgpt-plugin 镜像 tag: v0.3.1
- mcp_server 无需更新
- Sandbox 无需更新
- AIProxy 无需更新
### 2. 执行升级脚本
### 2. 执行升级脚本
...
...
document/data/doc-last-modified.json
View file @
fa163a54
...
@@ -39,11 +39,11 @@
...
@@ -39,11 +39,11 @@
"document/content/docs/introduction/development/proxy/http_proxy.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/development/proxy/http_proxy.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/development/proxy/nginx.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/development/proxy/nginx.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/development/quick-start.mdx"
:
"2025-10-21T11:58:25+08:00"
,
"document/content/docs/introduction/development/quick-start.mdx"
:
"2025-10-21T11:58:25+08:00"
,
"document/content/docs/introduction/development/sealos.mdx"
:
"2025-11-
07T12:06:28
+08:00"
,
"document/content/docs/introduction/development/sealos.mdx"
:
"2025-11-
11T14:05:02
+08:00"
,
"document/content/docs/introduction/development/signoz.mdx"
:
"2025-09-17T22:29:56+08:00"
,
"document/content/docs/introduction/development/signoz.mdx"
:
"2025-09-17T22:29:56+08:00"
,
"document/content/docs/introduction/guide/DialogBoxes/htmlRendering.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/guide/DialogBoxes/htmlRendering.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/guide/DialogBoxes/quoteList.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/guide/DialogBoxes/quoteList.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/guide/admin/sso.mdx"
:
"2025-
09-08T20:07:04
+08:00"
,
"document/content/docs/introduction/guide/admin/sso.mdx"
:
"2025-
11-12T10:04:39
+08:00"
,
"document/content/docs/introduction/guide/admin/teamMode.mdx"
:
"2025-08-27T16:59:57+08:00"
,
"document/content/docs/introduction/guide/admin/teamMode.mdx"
:
"2025-08-27T16:59:57+08:00"
,
"document/content/docs/introduction/guide/course/ai_settings.mdx"
:
"2025-07-24T13:00:27+08:00"
,
"document/content/docs/introduction/guide/course/ai_settings.mdx"
:
"2025-07-24T13:00:27+08:00"
,
"document/content/docs/introduction/guide/course/chat_input_guide.mdx"
:
"2025-07-23T21:35:03+08:00"
,
"document/content/docs/introduction/guide/course/chat_input_guide.mdx"
:
"2025-07-23T21:35:03+08:00"
,
...
@@ -115,7 +115,7 @@
...
@@ -115,7 +115,7 @@
"document/content/docs/upgrading/4-13/4131.mdx"
:
"2025-09-30T15:47:06+08:00"
,
"document/content/docs/upgrading/4-13/4131.mdx"
:
"2025-09-30T15:47:06+08:00"
,
"document/content/docs/upgrading/4-13/4132.mdx"
:
"2025-10-21T11:46:53+08:00"
,
"document/content/docs/upgrading/4-13/4132.mdx"
:
"2025-10-21T11:46:53+08:00"
,
"document/content/docs/upgrading/4-14/4140.mdx"
:
"2025-11-06T15:43:00+08:00"
,
"document/content/docs/upgrading/4-14/4140.mdx"
:
"2025-11-06T15:43:00+08:00"
,
"document/content/docs/upgrading/4-14/4141.mdx"
:
"2025-11-1
0T22:52:46
+08:00"
,
"document/content/docs/upgrading/4-14/4141.mdx"
:
"2025-11-1
1T14:05:02
+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
...
@@ -197,4 +197,4 @@
...
@@ -197,4 +197,4 @@
"document/content/docs/use-cases/external-integration/openapi.mdx"
:
"2025-09-29T11:34:11+08:00"
,
"document/content/docs/use-cases/external-integration/openapi.mdx"
:
"2025-09-29T11:34:11+08:00"
,
"document/content/docs/use-cases/external-integration/wecom.mdx"
:
"2025-09-16T14:22:28+08:00"
,
"document/content/docs/use-cases/external-integration/wecom.mdx"
:
"2025-09-16T14:22:28+08:00"
,
"document/content/docs/use-cases/index.mdx"
:
"2025-07-24T14:23:04+08:00"
"document/content/docs/use-cases/index.mdx"
:
"2025-07-24T14:23:04+08:00"
}
}
\ No newline at end of file
document/public/deploy/docker/cn/docker-compose.milvus.yml
View file @
fa163a54
...
@@ -177,7 +177,7 @@ services:
...
@@ -177,7 +177,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
0
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -227,13 +227,13 @@ services:
...
@@ -227,13 +227,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -242,7 +242,7 @@ services:
...
@@ -242,7 +242,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
document/public/deploy/docker/cn/docker-compose.oceanbase.yml
View file @
fa163a54
...
@@ -154,7 +154,7 @@ services:
...
@@ -154,7 +154,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
0
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -204,13 +204,13 @@ services:
...
@@ -204,13 +204,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -219,7 +219,7 @@ services:
...
@@ -219,7 +219,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
document/public/deploy/docker/cn/docker-compose.pg.yml
View file @
fa163a54
...
@@ -135,7 +135,7 @@ services:
...
@@ -135,7 +135,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
0
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -185,13 +185,13 @@ services:
...
@@ -185,13 +185,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -200,7 +200,7 @@ services:
...
@@ -200,7 +200,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
document/public/deploy/docker/cn/docker-compose.zilliz.yml
View file @
fa163a54
...
@@ -118,7 +118,7 @@ services:
...
@@ -118,7 +118,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
0
# git
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -168,13 +168,13 @@ services:
...
@@ -168,13 +168,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -183,7 +183,7 @@ services:
...
@@ -183,7 +183,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
0
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
document/public/deploy/docker/global/docker-compose.milvus.yml
View file @
fa163a54
...
@@ -177,7 +177,7 @@ services:
...
@@ -177,7 +177,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -227,13 +227,13 @@ services:
...
@@ -227,13 +227,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -242,7 +242,7 @@ services:
...
@@ -242,7 +242,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
document/public/deploy/docker/global/docker-compose.oceanbase.yml
View file @
fa163a54
...
@@ -154,7 +154,7 @@ services:
...
@@ -154,7 +154,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -204,13 +204,13 @@ services:
...
@@ -204,13 +204,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -219,7 +219,7 @@ services:
...
@@ -219,7 +219,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
document/public/deploy/docker/global/docker-compose.pg.yml
View file @
fa163a54
...
@@ -135,7 +135,7 @@ services:
...
@@ -135,7 +135,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -185,13 +185,13 @@ services:
...
@@ -185,13 +185,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -200,7 +200,7 @@ services:
...
@@ -200,7 +200,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
document/public/deploy/docker/global/docker-compose.ziliiz.yml
View file @
fa163a54
...
@@ -118,7 +118,7 @@ services:
...
@@ -118,7 +118,7 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.14.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.14.
1
# git
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -168,13 +168,13 @@ services:
...
@@ -168,13 +168,13 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
0
image
:
ghcr.io/labring/fastgpt-sandbox:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
0
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.14.
1
networks
:
networks
:
-
fastgpt
-
fastgpt
ports
:
ports
:
...
@@ -183,7 +183,7 @@ services:
...
@@ -183,7 +183,7 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
0
image
:
ghcr.io/labring/fastgpt-plugin:v0.3.
1
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
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