[GH-ISSUE #4287] [BUG]: Multiple files are not processed when uploaded #2728

Closed
opened 2026-02-22 18:30:58 -05:00 by yindo · 1 comment
Owner

Originally created by @WillAdams on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4287

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Uploaded two files and created a basic prompt:

For each uploaded file please provide a one line description of the contents in terms of geometry using the format:
filename - shape

Image

the response was:

I’m ready! What are the files you’d like me to describe?

Image

Are there known steps to reproduce?

Try to process multiple files using a single prompt.

drawing-2.pdf
drawing-3.pdf

Originally created by @WillAdams on GitHub (Aug 13, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4287 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? Uploaded two files and created a basic prompt: >For each uploaded file please provide a one line description of the contents in terms of geometry using the format: filename - shape <img width="2880" height="1731" alt="Image" src="https://github.com/user-attachments/assets/efdb6574-b5af-42ba-abb4-60d79a61ad5c" /> the response was: >I’m ready! What are the files you’d like me to describe? <img width="2880" height="1731" alt="Image" src="https://github.com/user-attachments/assets/74a2677f-ec70-4bff-aa54-4aeeff12de66" /> ### Are there known steps to reproduce? Try to process multiple files using a single prompt. [drawing-2.pdf](https://github.com/user-attachments/files/21765598/drawing-2.pdf) [drawing-3.pdf](https://github.com/user-attachments/files/21765597/drawing-3.pdf)
yindo added the possible bug label 2026-02-22 18:30:58 -05:00
yindo closed this issue 2026-02-22 18:30:59 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 14, 2025):

These are PDFs, which will try to be OCR'd or parse. Upload stuff like that as an image with a vision model to process image entities. Naturally the PDF file will try to turn into text, that is it's intended functionality.

@timothycarambat commented on GitHub (Aug 14, 2025): These are PDFs, which will try to be OCR'd or parse. Upload stuff like that as an image with a vision model to process image entities. Naturally the PDF file will try to turn into text, that is it's intended functionality.
yindo changed title from [BUG]: Multiple files are not processed when uploaded to [GH-ISSUE #4287] [BUG]: Multiple files are not processed when uploaded 2026-06-05 14:48:13 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2728