You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: