Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
0bc075aa
authored
Mar 05, 2025
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc
parent
3e3f2165
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
docSite/content/zh-cn/docs/development/upgrading/490.md
+3
-1
No files found.
docSite/content/zh-cn/docs/development/upgrading/490.md
View file @
0bc075aa
...
@@ -34,7 +34,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \
...
@@ -34,7 +34,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \
1.
弃用 - 弃用旧版本地文件上传 API:/api/core/dataset/collection/create/file(以前仅商业版可用的 API,该接口已放切换成:/api/core/dataset/collection/create/localFile)
1.
弃用 - 弃用旧版本地文件上传 API:/api/core/dataset/collection/create/file(以前仅商业版可用的 API,该接口已放切换成:/api/core/dataset/collection/create/localFile)
2.
停止维护,即将弃用 - 外部文件库相关 API,可通过 API 文件库替代。
2.
停止维护,即将弃用 - 外部文件库相关 API,可通过 API 文件库替代。
3.
API更新 - 上传文件至知识库、创建连接集合、API 文件库、推送分块数据等接口,
`trainingType`
字段未来仅支持
`chunk`
和
`QA`
两种模式。增强索引模式将设置单独字段:
`autoIndexes`
,目前仍有适配旧版
`trainingType=auto`
代码,但请尽快变更成新接口类型。具体可见:
[
知识库 OpenAPI 文档
](
/docs/development/openapi/dataset.md
)
3.
API更新 - 上传文件至知识库、创建连接集合、API 文件库、推送分块数据等
带有
`trainingType`
字段的
接口,
`trainingType`
字段未来仅支持
`chunk`
和
`QA`
两种模式。增强索引模式将设置单独字段:
`autoIndexes`
,目前仍有适配旧版
`trainingType=auto`
代码,但请尽快变更成新接口类型。具体可见:
[
知识库 OpenAPI 文档
](
/docs/development/openapi/dataset.md
)
## 🚀 新增内容
## 🚀 新增内容
...
@@ -51,3 +51,4 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \
...
@@ -51,3 +51,4 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \
## 🐛 修复
## 🐛 修复
1.
增加网页抓取安全链接校验。
1.
增加网页抓取安全链接校验。
2.
批量运行时,全局变量未进一步传递到下一次运行中,导致最终变量更新错误。
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment