Compare commits

...

1 Commits

Author SHA1 Message Date
George He 141d6fed42 Update to handle Remote Protocol Error 2025-06-27 08:57:48 -07:00
+1
View File
@@ -1020,6 +1020,7 @@ class LlamaParse(BasePydanticReader):
httpx.ReadTimeout,
httpx.WriteTimeout,
httpx.HTTPStatusError,
httpx.RemoteProtocolError,
) as err:
error_count += 1
end = time.time()