mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
[Question] How to process uploaded files #42
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 @Fusseldieb on GitHub (Jun 5, 2024).
I tried to write a pipeline that would read a file, or in my case an image, and quickly realized that it immediatey throws a:
422 Unprocessable Entity, upon submitting the chat message with the attached image, before even passing into the pipeline.Ideally I thought it would somehow pass the file as a path or even a bytearray, as an argument, to the input of the pipeline.
Am I doing something wrong, or is this not supported yet?
@tjbck commented on GitHub (Jun 6, 2024):
Not supported yet but coming soon https://github.com/open-webui/pipelines/issues/19!