Files
FastGPT/docSite/content/docs/installation/upgrading/44 copy.md
Archer a19afca148 v4.4.1 (#294)
* move file

* perf: dataset file manage

* v441 description

* fix: qa csv update file

* feat: rename file

* frontend show system-version
2023-09-13 17:00:17 +08:00

544 B
Raw Blame History

title, description, icon, draft, toc, weight
title description icon draft toc weight
升级到 V4.4.1 FastGPT 从旧版本升级到 V4.4.1 操作指南 upgrade false true 994

执行初始化 API

发起 1 个 HTTP 请求(记得携带 headers.rootkey,这个值是环境变量里的)

  1. https://xxxxx/api/admin/initv441
curl --location --request POST 'https://{{host}}/api/admin/initv441' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'

会给初始化 Mongo 的 dataset.files将所有数据设置为可用。