[PR #325] Add langflow pipelines integration example #379

Open
opened 2026-02-15 20:15:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/325
Author: @azdolinski
Created: 11/13/2024
Status: 🔄 Open

Base: mainHead: langflow


📝 Commits (1)

  • 269e170 Create langflow_pipeline.py

📊 Changes

1 file changed (+159 additions, -0 deletions)

View changed files

examples/pipelines/integrations/langflow_pipeline.py (+159 -0)

📄 Description

Description

This update includes an example of integrating Langflow, a platform for creating and sharing AI workflows. The provided script demonstrates the basic usage for sending requests to the Langflow API server and receiving responses with stream support. It utilizes the ChatInput/ChatOutput elements.

Changes

  • Added examples/pipelines/integrations/langflow_pipeline.py. This script is set up using the requests library instead of the dedicated Langflow Python 3 library (langflow).

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/325 **Author:** [@azdolinski](https://github.com/azdolinski) **Created:** 11/13/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `langflow` --- ### 📝 Commits (1) - [`269e170`](https://github.com/open-webui/pipelines/commit/269e170642e0018137f6919b7d39aa26595325fc) Create langflow_pipeline.py ### 📊 Changes **1 file changed** (+159 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/pipelines/integrations/langflow_pipeline.py` (+159 -0) </details> ### 📄 Description ### Description This update includes an example of integrating [Langflow](https://www.langflow.org/), a platform for creating and sharing AI workflows. The provided script demonstrates the basic usage for sending requests to the Langflow API server and receiving responses with stream support. It utilizes the ChatInput/ChatOutput elements. ### Changes - Added `examples/pipelines/integrations/langflow_pipeline.py`. This script is set up using the requests library instead of the dedicated Langflow Python 3 library ([langflow](https://pypi.org/project/langflow/)). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#379