mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 17:51:24 +00:00

* add new doc (#5175) Co-authored-by: dreamer6680 <146868355@qq.com> * Test docs (#5235) * fix: change the page of doc * chore: add new dependencies, update global styles/layout, optimize docs, add Feishu & GitHub icons, update API examples * fix: docs/index 404 not found * Update environment variable names, optimize styles, add new API routes, fix component styles, adjust documentation, and update GitHub and Feishu icons * update readme * feat: add a linkfastgpt compontent * feat: update new doc * fix:remove unuse page and redirect homepage to docs (#5288) * fix:remove some unuse doc * fix: redirect homepage to doc * git ignore * fix:navbar to index (#5295) * sidbar * fix: navtab unlight (#5298) * doc --------- Co-authored-by: dreamer6680 <1468683855@qq.com> Co-authored-by: dreamer6680 <146868355@qq.com>
28 lines
804 B
Plaintext
28 lines
804 B
Plaintext
---
|
||
title: V4.4.7(需执行升级脚本)
|
||
description: FastGPT V4.4.7 更新(需执行升级脚本)
|
||
---
|
||
|
||
## 执行初始化 API
|
||
|
||
发起 1 个 HTTP 请求(`{{rootkey}}` 替换成环境变量里的`rootkey`,`{{host}}`替换成自己域名)
|
||
|
||
1. https://xxxxx/api/admin/initv447
|
||
|
||
```bash
|
||
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
|
||
|
||
1. 优化了数据库文件 crud。
|
||
2. 兼容链接读取,作为 source。
|
||
3. 区分手动录入和标注,可追数据至某个文件。
|
||
4. 升级 openai sdk。
|