From 494d66f992d93f754e31af9f324b82d16239526d Mon Sep 17 00:00:00 2001 From: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:41:26 +0800 Subject: [PATCH] chore: typo fix (#156) Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com> --- docling_serve/docling_conversion.py | 2 +- docs/configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docling_serve/docling_conversion.py b/docling_serve/docling_conversion.py index 4441539..4ad5e2c 100644 --- a/docling_serve/docling_conversion.py +++ b/docling_serve/docling_conversion.py @@ -198,7 +198,7 @@ def get_pdf_pipeline_opts( if docling_serve_settings.artifacts_path is not None: if str(docling_serve_settings.artifacts_path.absolute()) == "": _log.info( - "artifacts_path is an empty path, model weights will be dowloaded " + "artifacts_path is an empty path, model weights will be downloaded " "at runtime." ) artifacts_path = None diff --git a/docs/configuration.md b/docs/configuration.md index 80df370..22eeb8b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -73,4 +73,4 @@ The following table describes the options to configure the Docling Serve KFP eng | `DOCLING_SERVE_ENG_KFP_CA_CERT_PATH` | | Path to the CA certificates for the KFP endpoint. For in-cluster deployment, the app will load automatically the internal CA. | | `DOCLING_SERVE_ENG_KFP_SELF_CALLBACK_ENDPOINT` | | If set, it enables internal callbacks providing status update of the KFP job. Usually something like `https://NAME.NAMESPACE.svc.cluster.local:5001/v1alpha/callback/task/progress`. | | `DOCLING_SERVE_ENG_KFP_SELF_CALLBACK_TOKEN_PATH` | | The token used for authenticating the progress callback. For cluster-internal workloads, use `/run/secrets/kubernetes.io/serviceaccount/token`. | -| `DOCLING_SERVE_ENG_KFP_SELF_CALLBACK_CA_CERT_PATH` | | The CA certifcate for the progress callback. For cluster-inetrnal workloads, use `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt`. | +| `DOCLING_SERVE_ENG_KFP_SELF_CALLBACK_CA_CERT_PATH` | | The CA certificate for the progress callback. For cluster-inetrnal workloads, use `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt`. |