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
96a03e99
authored
Jun 27, 2024
by
Archer
Committed by
GitHub
Jun 27, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.8.5 test (#1869)
* update upgrade doc * update upgrade doc
parent
a3b0ef06
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
24 deletions
+23
-24
docSite/content/zh-cn/docs/development/upgrading/485.md
+9
-10
files/docker/docker-compose-milvus.yml
+4
-4
files/docker/docker-compose-pgvector.yml
+6
-6
files/docker/docker-compose-zilliz.yml
+4
-4
No files found.
docSite/content/zh-cn/docs/development/upgrading/485.md
View file @
96a03e99
---
---
title
:
'
V4.8.5
(进行中)
'
title
:
'
V4.8.5'
description
:
'
FastGPT
V4.8.5
更新说明'
description
:
'
FastGPT
V4.8.5
更新说明'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
...
@@ -13,8 +13,8 @@ weight: 819
...
@@ -13,8 +13,8 @@ weight: 819
### 2. 修改镜像
### 2. 修改镜像
-
fastgpt 镜像 tag 修改成 v4.8.5
-alpha
-
fastgpt 镜像 tag 修改成 v4.8.5
-
商业版镜像 tag 修改成 v4.8.5
-alpha
-
商业版镜像 tag 修改成 v4.8.5
### 3. 执行初始化
### 3. 执行初始化
...
@@ -54,9 +54,8 @@ curl --location --request POST 'https://{{host}}/api/admin/init/485' \
...
@@ -54,9 +54,8 @@ curl --location --request POST 'https://{{host}}/api/admin/init/485' \
8.
优化 - 文件夹读取,支持单个文件夹超出 100 个文件
8.
优化 - 文件夹读取,支持单个文件夹超出 100 个文件
9.
优化 - 问答拆分/手动录入,当有
`a`
字段时,自动将
`q`
作为补充索引。
9.
优化 - 问答拆分/手动录入,当有
`a`
字段时,自动将
`q`
作为补充索引。
10.
优化 - 对话框页面代码
10.
优化 - 对话框页面代码
11.
修复 - SSR渲染
11.
优化 - 工作流新节点自动增加序号名
12.
优化 - 工作流新节点自动增加序号名
12.
修复 - 定时任务无法实际关闭
13.
修复 - 定时任务无法实际关闭
13.
修复 - 输入引导特殊字符导致正则报错
14.
修复 - 输入引导特殊字符导致正则报错
14.
修复 - 文件包含特殊字符
`%`
,且为转义时会导致页面崩溃
15.
修复 - 文件包含特殊字符
`%`
,且为转义时会导致页面崩溃
15.
修复 - 自定义输入选择知识库引用时页面崩溃
16.
修复 - 自定义输入选择知识库引用时页面崩溃
\ No newline at end of file
\ No newline at end of file
files/docker/docker-compose-milvus.yml
View file @
96a03e99
...
@@ -114,15 +114,15 @@ services:
...
@@ -114,15 +114,15 @@ services:
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:
v4.8.4
# git
image
:
ghcr.io/labring/fastgpt-sandbox:
latest
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:
v4.8.4
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:
latest
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.8.
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
4
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
5
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
files/docker/docker-compose-pgvector.yml
View file @
96a03e99
...
@@ -72,15 +72,15 @@ services:
...
@@ -72,15 +72,15 @@ services:
# fastgpt
# fastgpt
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:
v4.8.4
# git
image
:
ghcr.io/labring/fastgpt-sandbox:
latest
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:
v4.8.4
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:
latest
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.8.
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
4
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
5
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -118,8 +118,8 @@ services:
...
@@ -118,8 +118,8 @@ services:
# oneapi
# oneapi
mysql
:
mysql
:
image
:
registry.cn-hangzhou.aliyuncs.com/fastgpt/mysql:8.0.36
# 阿里云
#
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mysql:8.0.36 # 阿里云
#
image: mysql:8.0.36
image
:
mysql:8.0.36
container_name
:
mysql
container_name
:
mysql
restart
:
always
restart
:
always
ports
:
ports
:
...
...
files/docker/docker-compose-zilliz.yml
View file @
96a03e99
...
@@ -53,15 +53,15 @@ services:
...
@@ -53,15 +53,15 @@ services:
wait $$!
wait $$!
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:
v4.8.4
# git
image
:
ghcr.io/labring/fastgpt-sandbox:
latest
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:
v4.8.4
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:
latest
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
4
# git
image
:
ghcr.io/labring/fastgpt:v4.8.
5
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
4
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
5
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
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