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
267cc570
authored
Mar 28, 2025
by
Archer
Committed by
GitHub
Mar 28, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc (#4386)
* version type * doc * doc * version yml
parent
540f321f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
46 additions
and
18 deletions
+46
-18
deploy/docker/docker-compose-milvus.yml
+4
-4
deploy/docker/docker-compose-pgvector.yml
+5
-5
deploy/docker/docker-compose-zilliz.yml
+4
-4
docSite/content/zh-cn/docs/development/upgrading/492.md
+3
-1
docSite/content/zh-cn/docs/development/upgrading/493.md
+29
-0
test/cases/function/packages/global/common/string/textSplitter.test.ts
+1
-4
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
267cc570
...
...
@@ -114,15 +114,15 @@ services:
# fastgpt
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
1-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
3
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
3
# 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
1-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.9.
3
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
3
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
267cc570
...
...
@@ -72,15 +72,15 @@ services:
# fastgpt
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
1-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
3
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
3
# 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
1-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.9.
3
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
3
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
@@ -132,7 +132,7 @@ services:
# AI Proxy
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.1.
3
image
:
ghcr.io/labring/aiproxy:v0.1.
5
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.3 # 阿里云
container_name
:
aiproxy
restart
:
unless-stopped
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
267cc570
...
...
@@ -53,15 +53,15 @@ services:
wait $$!
sandbox
:
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
1-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.
3
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.
3
# 阿里云
networks
:
-
fastgpt
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.
1-fix2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
1-fix2
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.9.
3
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.
3
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
docSite/content/zh-cn/docs/development/upgrading/492.md
View file @
267cc570
---
title
:
'
V4.9.2
(进行中)
'
title
:
'
V4.9.2'
description
:
'
FastGPT
V4.9.2
更新说明'
icon
:
'
upgrade'
draft
:
false
...
...
@@ -8,6 +8,8 @@ weight: 798
---
## 更新指南
可直接升级v4.9.3,v4.9.2存在一个工作流数据类型转化错误。
### 1. 做好数据库备份
### 2. SSO 迁移
...
...
docSite/content/zh-cn/docs/development/upgrading/493.md
0 → 100644
View file @
267cc570
---
title
:
'
V4.9.3'
description
:
'
FastGPT
V4.9.3
更新说明'
icon
:
'
upgrade'
draft
:
false
toc
:
true
weight
:
797
---
## 更新指南
### 1. 做好数据库备份
### 2. 更新镜像
-
更新 FastGPT 镜像 tag: v4.9.3
-
更新 FastGPT 商业版镜像 tag: v4.9.3
-
Sandbox 镜像tag: v4.9.3
-
AIProxy 镜像tag: v0.1.5
## 🚀 新增内容
1.
工作流 debug 模式支持交互节点。
2.
代码运行支持 Python3 代码。
## 🐛 修复
1.
工作流格式转化异常。
test/cases/function/packages/global/common/string/textSplitter.test.ts
View file @
267cc570
...
...
@@ -451,10 +451,7 @@ it(`Test splitText2Chunks 1`, () => {
};
const
{
chunks
}
=
splitText2Chunks
({
customReg
:
[
'\\n\\n'
],
text
:
mock
.
text
,
chunkSize
:
2000
});
fs
.
writeFileSync
(
'/Users/yjl/fastgpt-pro/FastGPT/test/cases/function/packages/global/common/string/test.md'
,
chunks
.
join
(
'------'
)
);
expect
(
chunks
).
toEqual
(
mock
.
result
);
});
...
...
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