All Configuration Options
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
|---|---|---|
The container image name to use. Environment variable: |
string |
|
Whether or not to enable the docling UI Environment variable: |
boolean |
|
Environment variables that are passed to the container Environment variable: |
Map<String,String> |
|
Specifies the maximum duration to wait for the container to fully start up. This value determines the timeout period for the startup process, ensuring that the container is operational within a defined timeframe. Default Value: Environment variable: |
|
|
Retrieves the API key used for authentication or integration with external services. Environment variable: |
string |
|
If DevServices has been explicitly enabled or disabled. DevServices are generally enabled by default, unless there is an existing configuration present. When DevServices is enabled, Quarkus will attempt to automatically configure and start a Docling server when running in Dev or Test mode. Environment variable: |
boolean |
|
The default base url of where docling is Environment variable: |
string |
required |
Timeout for Docling calls Environment variable: |
|
|
Whether the Docling client should log requests Environment variable: |
boolean |
|
Whether the Docling client should log responses Environment variable: |
boolean |
|
Controls whether request/response bodies are pretty-printed if Environment variable: |
boolean |
|
Sets the polling interval for async operations. Environment variable: |
|
|
Sets the timeout for async operations. Environment variable: |
|
|
Sets the API key for authenticating requests made by the client being built. The provided API key will be used as a credential to authorize and authenticate API requests. This method updates the configuration of the builder with the specified API key and ensures that the API client includes it in its requests as required for secure access to the API. Environment variable: |
string |
|
About the Duration format
To write duration values, use the standard You can also use a simplified format, starting with a number:
In other cases, the simplified format is translated to the
|