[BUG] 413 Request Entity Too Large #72

Closed
opened 2026-02-16 00:16:47 -05:00 by yindo · 3 comments
Owner

Originally created by @chengyjonathan on GitHub (Apr 1, 2024).

I was sending a couple hundred page pdf request.

The site says a 1000 page maximum.

But i get a 413 request entity too large error.

Originally created by @chengyjonathan on GitHub (Apr 1, 2024). I was sending a couple hundred page pdf request. The site says a 1000 page maximum. But i get a 413 request entity too large error.
yindo closed this issue 2026-02-16 00:16:47 -05:00
Author
Owner

@hexapode commented on GitHub (Apr 3, 2024):

We limit to 750pages, and 50Mb per PDF, how big are your files?

@hexapode commented on GitHub (Apr 3, 2024): We limit to 750pages, and 50Mb per PDF, how big are your files?
Author
Owner

@chengyjonathan commented on GitHub (Apr 3, 2024):

oh i see, i have one that is 300ish pages but 80mb, that's why.

would the best path be to split the pdf into two, parse them separately, and combine the output nodes?

@chengyjonathan commented on GitHub (Apr 3, 2024): oh i see, i have one that is 300ish pages but 80mb, that's why. would the best path be to split the pdf into two, parse them separately, and combine the output nodes?
Author
Owner

@BinaryBrain commented on GitHub (Jul 9, 2024):

Sorry for the long delay. Yes, you can definitely do what you describe. We plan on supporting larger documents in the future.

@BinaryBrain commented on GitHub (Jul 9, 2024): Sorry for the long delay. Yes, you can definitely do what you describe. We plan on supporting larger documents in the future.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#72