python lib doesn't raise exception is incase of limit exceeded #401

Closed
opened 2026-02-16 00:17:44 -05:00 by yindo · 1 comment
Owner

Originally created by @salman-khandu on GitHub (Jan 8, 2025).

What i observed is that when parsing limit cross i see that python lib doesn't raise error instead it just return zero documents. shouldn't it return error?

documents = parser.load_data(temp_file_path)
Originally created by @salman-khandu on GitHub (Jan 8, 2025). What i observed is that when parsing limit cross i see that python lib doesn't raise error instead it just return zero documents. shouldn't it return error? ``` documents = parser.load_data(temp_file_path) ```
yindo closed this issue 2026-02-16 00:17:44 -05:00
Author
Owner

@salman-khandu commented on GitHub (Jan 8, 2025):

I found there is a flag i.e ignore_errors which is default true so it ignore error.

@salman-khandu commented on GitHub (Jan 8, 2025): I found there is a flag i.e `ignore_errors `which is default true so it ignore error.
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#401