mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-20 15:38:19 -04:00
feat : Supporting Multiple Pipeline Uploads via Automation to OpenWebUI #95
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?
Originally created by @wooandrich on GitHub (Aug 10, 2024).
Is your feature request related to a problem? Please describe.
I want to create an automation where, instead of manually uploading a pipeline on the OpenWebUI website, developers can upload a pipeline Python file to GitHub or GitLab, and the pipeline is automatically uploaded to OpenWebUI via the /api/pipelines/upload API. Currently, this API only allows uploading a single pipeline at a time, so it is not possible to upload multiple pipeline files simultaneously.
Describe the solution you'd like
It would be nice to upload several files at once using the array.
Describe alternatives you've considered
If it's another alternative, I can call api as many files, but I don't think it's an efficient alternative.
Additional context
This is the current api code.