mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-25 05:25:44 -04:00
[PR #319] [CLOSED] Fix:Typo External Knowledge API Docs #436
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-docs-archived/pull/319
Author: @Howe829
Created: 10/15/2024
Status: ❌ Closed
Base:
main← Head:fix/retrieval_setting📝 Commits (4)
b28cf38Fix:Typo retrieval_setting78c59f5Records type1097886Records typesdf8a4d7metadata type should be object📊 Changes
3 files changed (+15 additions, -15 deletions)
View changed files
📝
en/.gitbook/assets/Dify-test.openapi.json(+5 -5)📝
jp/.gitbook/assets/Dify-test.openapi.jp.json(+5 -5)📝
zh_CN/.gitbook/assets/外部知识库 API.json(+5 -5)📄 Description
The external knowledge api doc have some errors.
1.it should be "retrieval_setting" not "retrival_setting" of the request body.
2. the type of response's records should be array.
3. the type of response's metadata should be object.
Fixes #312
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.