-
Notifications
You must be signed in to change notification settings - Fork 5
feat: Support configuring timeouts in DoclingServeApi.Builder #317
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
Files
|
|
||||||||||||||
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
7c6b75d to
40161a2
Compare
...ing-serve/docling-serve-client/src/main/java/ai/docling/serve/client/DoclingServeClient.java
Outdated
Show resolved
Hide resolved
...ing-serve/docling-serve-client/src/main/java/ai/docling/serve/client/DoclingServeClient.java
Outdated
Show resolved
Hide resolved
Add support for connect and read timeout in DoclingServeApi.Builder and implement the new fields in the reference client implementation. Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
40161a2 to
0d92122
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 I turned off the required check on the semantic PRs for now |
|
🎉 This issue has been resolved in |
Add support for connect and read timeout in DoclingServeApi.Builder and implement the new fields in the reference client implementation.