4.8.6 sandbox (#2017)

* fix: openapi doc

* update doc
This commit is contained in:
Archer
2024-07-11 10:34:59 +08:00
committed by GitHub
parent e2ae571d15
commit 11ffaaf2c5
5 changed files with 30 additions and 20 deletions

View File

@@ -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
{{< markdownify >}} {{< markdownify >}}
{{% alert icon=" " context="success" %}} {{% alert icon=" " context="success" %}}
- parentId - 父级ID不传或为空,代表获取根目录下的知识库 - parentId - 父级ID传空字符串或者null,代表获取根目录下的知识库
{{% /alert %}} {{% /alert %}}
{{< /markdownify >}} {{< /markdownify >}}

View File

@@ -1,5 +1,5 @@
--- ---
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' \
## 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. 修复 - 文档接口说明
11. 修复 - api system 提示合并
12. 修复 - 团队插件目录内的内容无法加载
13. 修复 - 知识库集合目录面包屑无法加载
14. 修复 - Markdown 导出对话异常
15. 修复 - 提示模板结束标签错误
16. 修复 - 文档描述

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: