Is there a way to allow multiple files upload in the user interface?

I found quite limiting to be able to upload only 1 file at time. Users, sometimes, have the need to analyze 30,40 or 50 transcripts and use AI to find common patterns.

It is silly multiple files upload is only allowed in the studio knowledge. Any chance to allow it for users too?

1 Like

Hi @marcellosasso currently there is no way to allow multiple user inputs at the same time. However, you can either direct your users to consolidate their documents into a single doc/pdf and upload them. Or, you can add a Pickaxe that does exactly that for your users within the same studio. If you need help building that or learning how to build it, let me know, I’d be happy to help!

Well, what is the point of creating a Pickaxe to consolidate files if you still have to load them 1by1 to be consolidated?

Hi @marcellosasso I get where you’re coming from—the need to handle multiple files efficiently is a real concern. While direct multi-file uploads aren’t supported yet, there are workarounds that could help streamline the process. For example, automating file consolidation before upload or using a Pickaxe that processes batch files in a structured way… maybe by building an external app (check your DM for more details).

Instead of going back and forth here, let’s hop on a quick screen share. I’d love to walk you through possible solutions and help you find the best approach for your use case. Let me know when you’re available, and we’ll set it up! :rocket:

Yes, you are correct. End-users can only upload one file at a time. This is because the model attempts to fit the file into the context window (working memory) because you get better results.

1 Like

Has this been resolved in the new redesign? We are still getting complaints where users attach multiple files but the LLM answers only based on the first one.

End users can only upload one file at a time. If they upload a second file, the first file should be replaced.