document-understanding
2024.10
true

Document Understanding Release Notes
Last updated Oct 17, 2025
Release date: 26 June 2025
We're constantly working to improve your UiPath Document Understanding experience. This release brings security improvements and accessibility fixes to stabilize the behavior for some of the available features presented in Document Understanding modern projects.
- In environments where Workload Identity is enabled, SQL connections may fail on initial pod startup. This results in an error when initiating an import job in Document Understanding modern projects.
- If you are installing or upgrading your Automation Suite environment with Document Understanding modern projects enabled, check the pod logs for SQL connection errors. If any pods show SQL connection failures, restart those pods to resolve the issue. Once the connection is restored, reimport the documents. The import job should then complete successfully.
-
Erratum - added October 17, 2025: Service deployments may occasionally be scheduled on CPU nodes rather than GPU nodes. While the services still function on CPU, performance is significantly degraded compared to GPU execution. As a workaround, you must manually configure the resource requests and limits in Argo for the
du-aimodelhost-2404
objects as follows:resources: limits: cpu: '4' memory: 22Gi nvidia.com/gpu: '1' requests: cpu: '1' memory: 10Gi nvidia.com/gpu: '1'
resources: limits: cpu: '4' memory: 22Gi nvidia.com/gpu: '1' requests: cpu: '1' memory: 10Gi nvidia.com/gpu: '1'This issue is fixed in version 2024.10.5.