Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to process uploaded files #66

Closed
Fusseldieb opened this issue Jun 6, 2024 · 1 comment
Closed

[Question] How to process uploaded files #66

Fusseldieb opened this issue Jun 6, 2024 · 1 comment

Comments

@Fusseldieb
Copy link

Fusseldieb commented Jun 6, 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
Copy link
Collaborator

tjbck commented Jun 6, 2024

Not supported yet but coming soon #19!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants