mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-19 14:43:34 -04:00
[PR #325] Add langflow pipelines integration example #379
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/325
Author: @azdolinski
Created: 11/13/2024
Status: 🔄 Open
Base:
main← Head:langflow📝 Commits (1)
269e170Create 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
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.