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
5e3ec4d6
authored
Apr 29, 2025
by
Archer
Committed by
GitHub
Apr 29, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc (#4725)
* doc * doc * config
parent
360a2ec3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
38 deletions
+44
-38
deploy/docker/docker-compose-milvus.yml
+8
-8
deploy/docker/docker-compose-oceanbase/docker-compose.yml
+12
-6
deploy/docker/docker-compose-pgvector.yml
+13
-8
deploy/docker/docker-compose-zilliz.yml
+8
-8
docSite/content/zh-cn/docs/development/upgrading/497.md
+3
-1
projects/app/src/pageComponents/account/model/AddModelBox.tsx
+0
-7
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
5e3ec4d6
...
@@ -121,26 +121,26 @@ services:
...
@@ -121,26 +121,26 @@ services:
command
:
|
command
:
|
redis-server --requirepass mypassword --loglevel warning --maxclients 10000 --appendonly yes --save 60 10 --maxmemory 4gb --maxmemory-policy noeviction
redis-server --requirepass mypassword --loglevel warning --maxclients 10000 --appendonly yes --save 60 10 --maxmemory 4gb --maxmemory-policy noeviction
healthcheck
:
healthcheck
:
test
:
[
"
CMD"
,
"
redis-cli"
,
"
-a"
,
"
mypassword"
,
"
ping"
]
test
:
[
'
CMD'
,
'
redis-cli'
,
'
-a'
,
'
mypassword'
,
'
ping'
]
interval
:
10s
interval
:
10s
timeout
:
3s
timeout
:
3s
retries
:
3
retries
:
3
start_period
:
30s
start_period
:
30s
volumes
:
volumes
:
-
./redis/data:/data
-
./redis/data:/data
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.7-fix
2
# 阿里云
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.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.9.7-fix
2
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -150,8 +150,8 @@ services:
...
@@ -150,8 +150,8 @@ services:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.7-fix
2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
deploy/docker/docker-compose-oceanbase/docker-compose.yml
View file @
5e3ec4d6
...
@@ -99,19 +99,25 @@ services:
...
@@ -99,19 +99,25 @@ services:
redis-server --requirepass mypassword --loglevel warning --maxclients 10000 --appendonly yes --save 60 10 --maxmemory 4gb --maxmemory-policy noeviction
redis-server --requirepass mypassword --loglevel warning --maxclients 10000 --appendonly yes --save 60 10 --maxmemory 4gb --maxmemory-policy noeviction
volumes
:
volumes
:
-
./redis/data:/data
-
./redis/data:/data
healthcheck
:
test
:
[
'
CMD'
,
'
redis-cli'
,
'
-a'
,
'
mypassword'
,
'
ping'
]
interval
:
10s
timeout
:
3s
retries
:
3
start_period
:
30s
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.7-fix
2
# 阿里云
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.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.9.7-fix
2
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -121,8 +127,8 @@ services:
...
@@ -121,8 +127,8 @@ services:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.7-fix
2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
5e3ec4d6
...
@@ -22,6 +22,11 @@ services:
...
@@ -22,6 +22,11 @@ services:
-
POSTGRES_DB=postgres
-
POSTGRES_DB=postgres
volumes
:
volumes
:
-
./pg/data:/var/lib/postgresql/data
-
./pg/data:/var/lib/postgresql/data
healthcheck
:
test
:
[
'
CMD'
,
'
pg_isready'
,
'
-U'
,
'
postgres'
,
'
-d'
,
'
aiproxy'
]
interval
:
5s
timeout
:
5s
retries
:
10
mongo
:
mongo
:
image
:
mongo:5.0.18
# dockerhub
image
:
mongo:5.0.18
# dockerhub
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.18 # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.18 # 阿里云
...
@@ -80,26 +85,26 @@ services:
...
@@ -80,26 +85,26 @@ services:
command
:
|
command
:
|
redis-server --requirepass mypassword --loglevel warning --maxclients 10000 --appendonly yes --save 60 10 --maxmemory 4gb --maxmemory-policy noeviction
redis-server --requirepass mypassword --loglevel warning --maxclients 10000 --appendonly yes --save 60 10 --maxmemory 4gb --maxmemory-policy noeviction
healthcheck
:
healthcheck
:
test
:
[
"
CMD"
,
"
redis-cli"
,
"
-a"
,
"
mypassword"
,
"
ping"
]
test
:
[
'
CMD'
,
'
redis-cli'
,
'
-a'
,
'
mypassword'
,
'
ping'
]
interval
:
10s
interval
:
10s
timeout
:
3s
timeout
:
3s
retries
:
3
retries
:
3
start_period
:
30s
start_period
:
30s
volumes
:
volumes
:
-
./redis/data:/data
-
./redis/data:/data
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.7-fix
2
# 阿里云
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.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.9.7-fix
2
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -109,8 +114,8 @@ services:
...
@@ -109,8 +114,8 @@ services:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.7-fix
-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.7-fix
2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
5e3ec4d6
...
@@ -62,25 +62,25 @@ services:
...
@@ -62,25 +62,25 @@ services:
command
:
|
command
:
|
redis-server --requirepass mypassword --loglevel warning --maxclients 10000 --appendonly yes --save 60 10 --maxmemory 4gb --maxmemory-policy noeviction
redis-server --requirepass mypassword --loglevel warning --maxclients 10000 --appendonly yes --save 60 10 --maxmemory 4gb --maxmemory-policy noeviction
healthcheck
:
healthcheck
:
test
:
[
"
CMD"
,
"
redis-cli"
,
"
-a"
,
"
mypassword"
,
"
ping"
]
test
:
[
'
CMD'
,
'
redis-cli'
,
'
-a'
,
'
mypassword'
,
'
ping'
]
interval
:
10s
interval
:
10s
timeout
:
3s
timeout
:
3s
retries
:
3
retries
:
3
start_period
:
30s
start_period
:
30s
volumes
:
volumes
:
-
./redis/data:/data
-
./redis/data:/data
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.7-fix
2
# 阿里云
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.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.9.7-fix
2
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -90,8 +90,8 @@ services:
...
@@ -90,8 +90,8 @@ services:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.9.7-fix
# git
image
:
ghcr.io/labring/fastgpt:v4.9.7-fix
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.7-fix # 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.7-fix
2
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
docSite/content/zh-cn/docs/development/upgrading/497.md
View file @
5e3ec4d6
...
@@ -13,7 +13,7 @@ weight: 793
...
@@ -13,7 +13,7 @@ weight: 793
### 2. 更新镜像 tag
### 2. 更新镜像 tag
-
更新 FastGPT 镜像 tag: v4.9.7-fix
-
更新 FastGPT 镜像 tag: v4.9.7-fix
2
-
更新 FastGPT 商业版镜像 tag: v4.9.7
-
更新 FastGPT 商业版镜像 tag: v4.9.7
-
mcp_server 无需更新
-
mcp_server 无需更新
-
Sandbox 无需更新
-
Sandbox 无需更新
...
@@ -40,6 +40,7 @@ weight: 793
...
@@ -40,6 +40,7 @@ weight: 793
3.
对话时间统计,准确返回工作流整体运行时间。
3.
对话时间统计,准确返回工作流整体运行时间。
4.
从 ai_proxy 获取音频解析时长。
4.
从 ai_proxy 获取音频解析时长。
5.
AI 模型 Token 值均优先采用 API usage,确保 tokens 值准确,若为空,则再采用 GPT3.5 的估算方式。
5.
AI 模型 Token 值均优先采用 API usage,确保 tokens 值准确,若为空,则再采用 GPT3.5 的估算方式。
6.
优化对话日志 list 接口,适配单个对话框,大量对话的场景。
## 🐛 修复
## 🐛 修复
...
@@ -54,4 +55,5 @@ weight: 793
...
@@ -54,4 +55,5 @@ weight: 793
9.
文本内容提取节点,默认值赋值逻辑。
9.
文本内容提取节点,默认值赋值逻辑。
10.
分享链接中,会强制返回嵌套应用中的引用内容。
10.
分享链接中,会强制返回嵌套应用中的引用内容。
11.
知识库集合元数据过滤时,不同知识库的同名标签使用 $and 筛选无法获取结果。
11.
知识库集合元数据过滤时,不同知识库的同名标签使用 $and 筛选无法获取结果。
12.
修复应用列表,权限配置可能出现 index 刷新问题。
projects/app/src/pageComponents/account/model/AddModelBox.tsx
View file @
5e3ec4d6
...
@@ -583,13 +583,6 @@ export const ModelEditModal = ({
...
@@ -583,13 +583,6 @@ export const ModelEditModal = ({
</
Td
>
</
Td
>
</
Tr
>
</
Tr
>
<
Tr
>
<
Tr
>
<
Td
textAlign=
{
'right'
}
>
<
Flex
justifyContent=
{
'flex-end'
}
>
<
Switch
{
...
register
('
functionCall
')}
/>
</
Flex
>
</
Td
>
</
Tr
>
<
Tr
>
<
Td
>
<
Td
>
<
HStack
spacing=
{
1
}
>
<
HStack
spacing=
{
1
}
>
<
Box
>
{
t
(
'account:model.vision'
)
}
</
Box
>
<
Box
>
{
t
(
'account:model.vision'
)
}
</
Box
>
...
...
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