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
b50c4373
authored
Jul 16, 2025
by
Archer
Committed by
GitHub
Jul 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc (#5223)
* doc * update version type
parent
4816d234
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
deploy/docker/docker-compose-milvus.yml
+2
-2
deploy/docker/docker-compose-oceanbase/docker-compose.yml
+2
-2
deploy/docker/docker-compose-pgvector.yml
+2
-2
deploy/docker/docker-compose-zilliz.yml
+2
-2
deploy/docker/yml.js
+2
-2
docSite/content/zh-cn/docs/development/upgrading/4101.md
+3
-3
packages/service/core/workflow/dispatch/plugin/runTool.ts
+1
-1
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
b50c4373
...
...
@@ -151,8 +151,8 @@ services:
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.10.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
image
:
ghcr.io/labring/fastgpt:v4.10.1
-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1
-fix
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
deploy/docker/docker-compose-oceanbase/docker-compose.yml
View file @
b50c4373
...
...
@@ -126,8 +126,8 @@ services:
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.10.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
image
:
ghcr.io/labring/fastgpt:v4.10.1
-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1
-fix
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
b50c4373
...
...
@@ -112,8 +112,8 @@ services:
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.10.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
image
:
ghcr.io/labring/fastgpt:v4.10.1
-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1
-fix
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
b50c4373
...
...
@@ -92,8 +92,8 @@ services:
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.10.1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
image
:
ghcr.io/labring/fastgpt:v4.10.1
-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1
-fix
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
deploy/docker/yml.js
View file @
b50c4373
...
...
@@ -95,8 +95,8 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.10.1 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
image: ghcr.io/labring/fastgpt:v4.10.1
-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1
-fix
# 阿里云
ports:
- 3000:3000
networks:
...
...
docSite/content/zh-cn/docs/development/upgrading/4101.md
View file @
b50c4373
...
...
@@ -11,9 +11,9 @@ weight: 784
### 1. 更新镜像:
-
更新 FastGPT 镜像
-
更新 FastGPT 商业版镜像
-
更新 fastgpt-plugin 镜像
-
更新 FastGPT 镜像
tag: v4.10.1-fix
-
更新 FastGPT 商业版镜像
tag: v4.10.1
-
更新 fastgpt-plugin 镜像
tag: v0.1.3
-
mcp_server 无需更新
-
Sandbox 无需更新
-
AIProxy 无需更新
...
...
packages/service/core/workflow/dispatch/plugin/runTool.ts
View file @
b50c4373
...
...
@@ -96,7 +96,7 @@ export const dispatchRunTool = async (props: RunToolProps): Promise<RunToolRespo
},
tool
:
{
id
:
formatToolId
,
version
version
:
version
||
tool
.
versionList
?.[
0
]?.
value
||
''
},
time
:
variables
.
cTime
},
...
...
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