mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00
739 B
739 B
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.4.7 | FastGPT V4.4.7 更新(需执行升级脚本) | upgrade | false | true | 840 |
执行初始化 API
发起 1 个 HTTP 请求({{rootkey}} 替换成环境变量里的rootkey
,{{host}}替换成自己域名)
curl --location --request POST 'https://{{host}}/api/admin/initv447' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
初始化 pg 索引以及将 file_id 中空对象转成 manual 对象。如果数据多,可能需要较长时间,可以通过日志查看进度。
功能介绍
Fast GPT V4.4.7
- 优化了数据库文件 crud。
- 兼容链接读取,作为 source。