Skip to content

Conversation

ai-yann
Copy link

@ai-yann ai-yann commented Mar 31, 2025

  • Added functionality to handle files larger than 50MB by automatically chunking them into smaller parts for processing.
  • Introduced new methods for reading files in chunks and processing them in parallel.
  • Updated the CompassParserClient to support chunked file processing, including progress tracking with tqdm.
  • Enhanced error handling for chunk processing and ensured consistent metadata across chunks.
  • Added unit tests to verify the new large file processing capabilities.

This update improves the SDK's ability to manage large documents efficiently.

Resolves #91

- Added functionality to handle files larger than 50MB by automatically chunking them into smaller parts for processing.
- Introduced new methods for reading files in chunks and processing them in parallel.
- Updated the `CompassParserClient` to support chunked file processing, including progress tracking with `tqdm`.
- Enhanced error handling for chunk processing and ensured consistent metadata across chunks.
- Added unit tests to verify the new large file processing capabilities.

This update improves the SDK's ability to manage large documents efficiently.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for huge files larger than 50 MB

1 participant