[Question] How to process uploaded files #42

Closed
opened 2026-02-15 19:15:10 -05:00 by yindo · 1 comment
Owner

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?

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?
yindo closed this issue 2026-02-15 19:15:10 -05:00
Author
Owner

@tjbck commented on GitHub (Jun 6, 2024):

Not supported yet but coming soon https://github.com/open-webui/pipelines/issues/19!

@tjbck commented on GitHub (Jun 6, 2024): Not supported yet but coming soon https://github.com/open-webui/pipelines/issues/19!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#42