perf: api dataset code

This commit is contained in:
archer
2025-06-03 18:31:35 +08:00
parent 2507997d20
commit e32ca8a3e9
63 changed files with 347 additions and 530 deletions

View File

@@ -1,5 +1,5 @@
---
title: 'V4.9.1'
title: 'V4.9.1(包含升级脚本)'
description: 'FastGPT V4.9.1 更新说明'
icon: 'upgrade'
draft: false

View File

@@ -7,6 +7,21 @@ toc: true
weight: 789
---
## 执行升级脚本
该脚本仅需商业版用户执行。
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`{{host}} 替换成**FastGPT 域名**。
```bash
curl --location --request POST 'https://{{host}}/api/admin/initv4911' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```
**脚本功能**
1. 移动第三方知识库 API 配置。
## 🚀 新增内容

View File

@@ -1,5 +1,5 @@
---
title: 'V4.9.4'
title: 'V4.9.4(包含升级脚本)'
description: 'FastGPT V4.9.4 更新说明'
icon: 'upgrade'
draft: false