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
02b51317
authored
Jul 29, 2024
by
Archer
Committed by
GitHub
Jul 29, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 4.8.8 doc (#2188)
parent
ba933c74
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
docSite/content/zh-cn/docs/development/upgrading/488.md
+5
-3
files/docker/docker-compose-milvus.yml
+2
-2
files/docker/docker-compose-pgvector.yml
+2
-2
files/docker/docker-compose-zilliz.yml
+2
-2
No files found.
docSite/content/zh-cn/docs/development/upgrading/488.md
View file @
02b51317
---
title
:
'
V4.8.8
(进行中)
'
title
:
'
V4.8.8'
description
:
'
FastGPT
V4.8.8
更新说明'
icon
:
'
upgrade'
draft
:
false
...
...
@@ -13,8 +13,8 @@ weight: 816
### 2. 修改镜像
-
fastgpt 镜像 tag 修改成 v4.8.8
-alpha2
-
商业版镜像 tag 修改成 v4.8.8
-alpha2
-
fastgpt 镜像 tag 修改成 v4.8.8
-
商业版镜像 tag 修改成 v4.8.8
### 3. 执行初始化
...
...
@@ -32,6 +32,8 @@ curl --location --request POST 'https://{{host}}/api/admin/initv488' \
## V4.8.8 更新说明
[
点击查看完整更新
](
https://github.com/labring/FastGPT/releases/tag/v4.8.8
)
1.
新增 - 重构系统插件的结构。允许向开源社区 PR 系统插件,具体可见:
[
如何向 FastGPT 社区提交系统插件
](
https://fael3z0zfze.feishu.cn/wiki/ERZnw9R26iRRG0kXZRec6WL9nwh
)
。
2.
新增 - DuckDuckGo 系统插件。
3.
新增 - 飞书 webhook 系统插件。
...
...
files/docker/docker-compose-milvus.yml
View file @
02b51317
...
...
@@ -121,8 +121,8 @@ services:
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
7
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
7
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.8.
8
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
8
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
files/docker/docker-compose-pgvector.yml
View file @
02b51317
...
...
@@ -79,8 +79,8 @@ services:
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
7
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
7
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.8.
8
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
8
# 阿里云
ports
:
-
3000:3000
networks
:
...
...
files/docker/docker-compose-zilliz.yml
View file @
02b51317
...
...
@@ -60,8 +60,8 @@ services:
restart
:
always
fastgpt
:
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
7
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
7
# 阿里云
image
:
ghcr.io/labring/fastgpt:v4.8.
8
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
8
# 阿里云
ports
:
-
3000:3000
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