In the HTTP request in the workflow, the knowledge base API of Dify is used to update, add and modify the knowledge base. #18433
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I'm trying to use Dify's knowledge base API in the HTTP request in the workflow to update, add, and modify the knowledge base. The workflow and knowledge base are on the same host and deployed using Docker. Dify's access port is mapped to 8088. I use Postman to make various API requests normally. Using the HTTP operation in the workflow, various requests do not work. However, if I request some content from the public network, it works. How can I implement HTTP updates and additions to the knowledge base in the workflow?
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions