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

Assistant: support for uploading multiple files #3218

Open
akanshaaa19 opened this issue Feb 13, 2025 · 1 comment
Open

Assistant: support for uploading multiple files #3218

akanshaaa19 opened this issue Feb 13, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@akanshaaa19
Copy link
Member

Is your feature request related to a problem? Please describe.
Right now when creating an assistant we can only upload one file at a time, which is not convenient as sometimes there can be more

Describe the solution you'd like
Add support for uploading multiple files at once

@akanshaaa19 akanshaaa19 added the enhancement New feature or request label Feb 13, 2025
@Vikaspal8923
Copy link

I think we need some change in both frontend and backend to fix this issue .we have to modify the file input field to allow multiple file selection and have to update API to accept and process multiple files in a single request. we can use array to store multiple file in frontend and then send that array to backend for further process.

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

No branches or pull requests

2 participants