UiPath Documentation
document-understanding
2024.10
false
Document Understanding 发行说明
  • 发行说明
    • 2024.10
      • 2024.10.0
      • 2024.10.1
      • 2024.10.2
      • 2024.10.3
      • 2024.10.4
      • 2024.10.5
      • 2024.10.6
      • 2024.10.7
      • 2024.10.8
      • 2024.10.9
      • 2024.10.10
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

2024.10.4

有关 Automation Suite 中 Document Understanding 的 2024.10.4 发行说明。

发行日期:2025 年 6 月 26 日

次要改进

我们一直在不断努力,改善您的 UiPath Document Understanding 体验。此版本包含安全性改进和辅助功能修复,以稳定 Document Understanding 新式项目中提供的某些可用功能的行为。

已知问题

  • 在启用了 Workload Identity 的环境中,首次启动 Pod 时 SQL 连接可能会失败。在 Document Understanding 新式项目中启动导入作业时,这会导致错误。

  • 如果您要安装或升级启用了 Document Understanding 新式项目的 Automation Suite 环境,请查看 Pod 日志,了解 SQL 连接错误。如有任何 Pod 显示 SQL 连接失败,请重新启动这些 Pod 以解决问题。连接恢复后,请重新导入文档。导入作业应能成功完成。

  • 勘误 - 于 2025 年 10 月 17 日添加:有时可能会在 CPU 节点而非 GPU 节点上安排服务部署。虽然服务仍在 CPU 上运行,但与 GPU 执行相比,性能大幅下降。解决方法是,您必须在 Argo 中为du-aimodelhost-2404对象手动配置资源请求和限制,如下所示:

    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'
    

    此问题已在 2024.10.5 版本中修复。

  • 勘误:添加于 2025 年 10 月 22 日:如果使用命令uipathctl config token-signing-certificates automatic-key-management启用自动证书轮换,则必须每 14 天手动重新启动 Document Understanding Pod。

    需要执行此操作的原因在于,当证书自动轮换处于活跃状态时,Automation Suite 会管理签名密钥的生命周期。此流程包括每 90 天轮换一次密钥,并在轮换前 14 天发布新密钥。旧密钥在轮换后保留 14 天,之后会被删除。

    作为解决方法,您可以使用以下命令手动重新启动部署:

    kubectl -n uipath rollout restart deploy
    kubectl -n uipath rollout restart sts
    kubectl -n uipath rollout restart deploy
    kubectl -n uipath rollout restart sts
    

    作为替代方案,您可以使用以下命令禁用自动轮换,直到发布修复:

    uipathctl config token-signing-certificates automatic-key-management disable
    uipathctl config token-signing-certificates automatic-key-management disable
    
  • 次要改进
  • 已知问题

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新