From fd8f0c8229513338b113e889f0599eb5e985b483 Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Sun, 10 Sep 2023 16:27:37 +0800 Subject: [PATCH] docs --- client/public/docs/versionIntro.md | 11 ++++----- .../content/docs/installation/upgrading/44.md | 23 +++++++++++++++++++ 2 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 docSite/content/docs/installation/upgrading/44.md diff --git a/client/public/docs/versionIntro.md b/client/public/docs/versionIntro.md index a2e582faf..72e65ccb1 100644 --- a/client/public/docs/versionIntro.md +++ b/client/public/docs/versionIntro.md @@ -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) diff --git a/docSite/content/docs/installation/upgrading/44.md b/docSite/content/docs/installation/upgrading/44.md new file mode 100644 index 000000000..5ff59bab6 --- /dev/null +++ b/docSite/content/docs/installation/upgrading/44.md @@ -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 的部分字段。 +