-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Add async chunking support #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
:java_duke: JaCoCo coverage report
|
|
||||||||||||||
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
- Introduced asynchronous processing methods for hierarchical and hybrid chunking. - Refactored async logic into a reusable `AsyncOperations` base class for cleaner task handling. - Updated client and API layers to support new async methods. - Added corresponding tests for all new async features. Fixes docling-project#219 Signed-off-by: Eric Deandrea <[email protected]>
33cea3f to
4fafe52
Compare
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
ThomasVitale
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
oscerd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
I'm eager to migrate the Camel component to this client!
I'm hoping to do a release on Wednesday. I'd like to try to get #227 done today |
|
🎉 This issue has been resolved in |
AsyncOperationsbase class for cleaner task handling.Fixes #219