mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00

* perf: app pdf enhance parse * feat: pg vector 0.8.0 * update schema default * model sort and default image * perf: i18n * perf: ui tip
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
---
|
||
title: 'V4.9.0(进行中)'
|
||
description: 'FastGPT V4.9.0 更新说明'
|
||
icon: 'upgrade'
|
||
draft: false
|
||
toc: true
|
||
weight: 803
|
||
---
|
||
|
||
|
||
## 重要更新
|
||
|
||
1. 弃用 - 弃用旧版本地文件上传 API:/api/core/dataset/collection/create/file(以前仅商业版可用的 API,该接口已放切换成:/api/core/dataset/collection/create/localFile)
|
||
2. 停止维护,即将弃用 - 外部文件库相关 API,可通过 API 文件库替代。
|
||
3. API更新 - 上传文件至知识库、创建连接集合、API 文件库、推送分块数据等接口,`trainingType`字段未来仅支持`chunk`和`QA`两种模式。增强索引模式将设置单独字段:`autoIndexes`,目前仍有适配旧版`trainingType=auto`代码,但请尽快变更成新接口类型。具体可见:[知识库 OpenAPI 文档](/docs/development/openapi/dataset.md)
|
||
|
||
|
||
## 🚀 新增内容
|
||
|
||
1. PDF增强解析交互添加到页面上。同时内嵌 Doc2x 服务,可直接使用 Doc2x 服务解析 PDF 文件。
|
||
2. 图片自动标注,同时修改知识库文件上传部分数据逻辑和交互。
|
||
3. pg vector 插件升级 0.8.0 版本,引入迭代搜索,减少部分数据无法被检索的情况。
|
||
|
||
## ⚙️ 优化
|
||
|
||
1. 知识库数据不再限制索引数量,可无限自定义。同时可自动更新输入文本的索引,不影响自定义索引。
|
||
|
||
## 🐛 修复
|