mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
[PR #304] [MERGED] Add examples/pipelines/integrations for DifyAI and N8N #371
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/open-webui/pipelines/pull/304
Author: @azdolinski
Created: 10/22/2024
Status: ✅ Merged
Merged: 10/22/2024
Merged by: @tjbck
Base:
main← Head:main📝 Commits (4)
0b8469bCreate dify_pipeline.pya82c47cUpdate dify_pipeline.pyf4fc2f1Create n8n_pipeline.pyca35b9dUpdate dify_pipeline.py📊 Changes
2 files changed (+163 additions, -0 deletions)
View changed files
➕
examples/pipelines/integrations/dify_pipeline.py(+84 -0)➕
examples/pipelines/integrations/n8n_pipeline.py(+79 -0)📄 Description
I created and tested two pipelines that allow talking with AI agents working in:
Dify - Github
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
N8N - Github
N8N is a free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
Unfortunetly, N8N is not working in "stream" mode. You will need to wait for full webhook reponse.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.