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
11ffaaf2
authored
Jul 11, 2024
by
Archer
Committed by
GitHub
Jul 11, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.8.6 sandbox (#2017)
* fix: openapi doc * update doc
parent
e2ae571d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
21 deletions
+31
-21
docSite/content/zh-cn/docs/development/openapi/dataset.md
+7
-3
docSite/content/zh-cn/docs/development/upgrading/486.md
+18
-12
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/openapi/dataset.md
View file @
11ffaaf2
...
@@ -128,8 +128,12 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
...
@@ -128,8 +128,12 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
{{
<
markdownify
>
}}
{{
<
markdownify
>
}}
```
bash
```
bash
curl
--location
--request
GET
'http://localhost:3000/api/core/dataset/list?parentId='
\
curl
--location
--request
POST
'http://localhost:3000/api/core/dataset/list?parentId='
\
--header
'Authorization: Bearer {{authorization}}'
\
--header
'Authorization: Bearer xxxx'
\
--header
'Content-Type: application/json'
\
--data-raw
'{
"parentId":""
}'
```
```
{{
<
/
markdownify
>
}}
{{
<
/
markdownify
>
}}
...
@@ -139,7 +143,7 @@ curl --location --request GET 'http://localhost:3000/api/core/dataset/list?paren
...
@@ -139,7 +143,7 @@ curl --location --request GET 'http://localhost:3000/api/core/dataset/list?paren
{{
<
markdownify
>
}}
{{
<
markdownify
>
}}
{{% alert icon=" " context="success" %}}
{{% alert icon=" " context="success" %}}
-
parentId - 父级ID,
不传或为空
,代表获取根目录下的知识库
-
parentId - 父级ID,
传空字符串或者null
,代表获取根目录下的知识库
{{% /alert %}}
{{% /alert %}}
{{
<
/
markdownify
>
}}
{{
<
/
markdownify
>
}}
...
...
docSite/content/zh-cn/docs/development/upgrading/486.md
View file @
11ffaaf2
---
---
title
:
'
V4.8.6
(进行中)
'
title
:
'
V4.8.6'
description
:
'
FastGPT
V4.8.6
更新说明'
description
:
'
FastGPT
V4.8.6
更新说明'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
...
@@ -33,13 +33,19 @@ curl --location --request POST 'https://{{host}}/api/admin/initv486' \
...
@@ -33,13 +33,19 @@ curl --location --request POST 'https://{{host}}/api/admin/initv486' \
## V4.8.6 更新说明
## V4.8.6 更新说明
1.
新增 - 知识库支持单个集合禁用功能
1.
新增 - 应用权限继承
2.
新增 - 文件夹权限继承
2.
新增 - 知识库支持单个集合禁用功能
3.
新增 - 网页抓取和数学计算器系统插件
3.
新增 - 系统插件模式变更,新增链接读取和数学计算器插件,正式版会更新如何自定义系统插件
4.
新增 - 移动文本加工和自定义反馈到基础节点中
4.
新增 - 代码沙盒运行参数
5.
优化 - Read file 默认选中从节点,实现 MongoDB 读写分离,减轻主节点压力
5.
新增 - AI对话时隐藏头部的功能,主要是适配移动端
6.
优化 - 知识库导入接口,返回值对齐
6.
优化 - 文件读取,Mongo 默认使用从节点,减轻主节点压力
7.
优化 - Mongo model 重复加载
7.
优化 - 提示词模板
8.
修复 - 工作流中团队插件加载异常
8.
优化 - Mongo model 重复加载
9.
修复 - 知识库集合目录导航失效
9.
修复 - 创建链接集合未返回 id
10.
修复 - 通过 API 调用 chat 接口,传递 System 异常
10.
修复 - 文档接口说明
\ No newline at end of file
11.
修复 - api system 提示合并
12.
修复 - 团队插件目录内的内容无法加载
13.
修复 - 知识库集合目录面包屑无法加载
14.
修复 - Markdown 导出对话异常
15.
修复 - 提示模板结束标签错误
16.
修复 - 文档描述
\ No newline at end of file
files/docker/docker-compose-milvus.yml
View file @
11ffaaf2
...
@@ -121,8 +121,8 @@ services:
...
@@ -121,8 +121,8 @@ services:
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
5
# git
image
:
ghcr.io/labring/fastgpt:v4.8.
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
5
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
6
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
files/docker/docker-compose-pgvector.yml
View file @
11ffaaf2
...
@@ -79,8 +79,8 @@ services:
...
@@ -79,8 +79,8 @@ services:
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
5
# git
image
:
ghcr.io/labring/fastgpt:v4.8.
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
5
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
6
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
...
files/docker/docker-compose-zilliz.yml
View file @
11ffaaf2
...
@@ -60,8 +60,8 @@ services:
...
@@ -60,8 +60,8 @@ services:
restart
:
always
restart
:
always
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.8.
5
# git
image
:
ghcr.io/labring/fastgpt:v4.8.
6
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
5
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.
6
# 阿里云
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