forked from langgenius/dify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python SDK] Add KnowledgeBaseClient and the corresponding test cases. (
langgenius#8465) Co-authored-by: Wang Ying <[email protected]>
- Loading branch information
Showing
3 changed files
with
429 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setup( | ||
name="dify-client", | ||
version="0.1.11", | ||
version="0.1.12", | ||
author="Dify", | ||
author_email="[email protected]", | ||
description="A package for interacting with the Dify Service-API", | ||
|
Oops, something went wrong.