-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
### Fast GPT V4.3 | ||
### Fast GPT V4.4 | ||
|
||
1. 新增 - 知识库源文件存储,可以从引用窗口点击文件名,查看源文件。 | ||
2. 新增 - 用户反馈和管理员标注预期答案,以不断提高模型回复准确率。 该功能为测试版,未来交互可能会有变化,欢迎大家提出宝贵意见。 | ||
3. 优化 - [使用文档](https://doc.fastgpt.run/docs/intro/) | ||
4. [点击查看高级编排介绍文档](https://doc.fastgpt.run/docs/workflow) | ||
5. [点击查看商业版](https://fael3z0zfze.feishu.cn/docx/F155dbirfo8vDDx2WgWc6extnwf) | ||
1. 新增 - 知识库目录结构 | ||
2. 优化 - [使用文档](https://doc.fastgpt.run/docs/intro/) | ||
3. [点击查看高级编排介绍文档](https://doc.fastgpt.run/docs/workflow) | ||
4. [点击查看商业版](https://fael3z0zfze.feishu.cn/docx/F155dbirfo8vDDx2WgWc6extnwf) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: '升级到 V4.4' | ||
description: 'FastGPT 从旧版本升级到 V4.4 操作指南' | ||
icon: 'upgrade' | ||
draft: false | ||
toc: true | ||
weight: 996 | ||
--- | ||
|
||
## 执行初始化 API | ||
|
||
发起 1 个 HTTP 请求(记得携带 `headers.rootkey`,这个值是环境变量里的) | ||
|
||
1. https://xxxxx/api/admin/initv44 | ||
|
||
```bash | ||
curl --location --request POST 'https://{{host}}/api/admin/initv44' \ | ||
--header 'rootkey: {{rootkey}}' \ | ||
--header 'Content-Type: application/json' | ||
``` | ||
|
||
会给初始化 Mongo 的部分字段。 | ||
|