Files
FastGPT/docSite/content/docs/development/upgrading/462.md
Archer 62e87551ac New dpcs structure and dataset i18n (#551)
* perf: check balance

* md

* lock way

* i18n

* docs

* doc

* i18n

* update doc

* feat: one link sync

* feat: one link sync

* feat: one link sync

* feat: one link sync

* feat: one link sync

* feat: one link sync

* feat: one link sync
2023-12-04 21:37:07 +08:00

837 B
Raw Blame History

title, description, icon, draft, toc, weight
title description icon draft toc weight
V4.6.2(需要初始化) FastGPT V4.6.2 upgrade false true 834

1。执行初始化 API

发起 1 个 HTTP 请求 ({{rootkey}} 替换成环境变量里的 rootkey{{host}} 替换成自己域名)

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

初始化说明:

  1. 初始化全文索引

V4.6.2 功能介绍

  1. 新增 - 全文索引(需配合 Rerank 模型,在看怎么放到开源版,模型接口比较特殊)
  2. 新增 - 插件来源预计4.7/4.8版本会正式使用)
  3. 优化 - PDF读取
  4. 优化 - docx文件读取转成 markdown 并保留其图片内容
  5. 修复和优化 TextSplitter 函数