From e1c49ad72710ff76c1b0574bb4d2bdab93077902 Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Thu, 6 Mar 2025 07:30:07 +0100 Subject: [PATCH] docs: add description of DOCLING_ARTIFACTS_PATH env var (#1124) add env var in docs Signed-off-by: Michele Dolfi --- docs/usage/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/usage/index.md b/docs/usage/index.md index 033821b..4f028cd 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -71,6 +71,13 @@ Or using the CLI: docling --artifacts-path="/local/path/to/models" FILE ``` +Or using the `DOCLING_ARTIFACTS_PATH` environment variable: + +```sh +export DOCLING_ARTIFACTS_PATH="/local/path/to/models" +python my_docling_script.py +``` + #### Using remote services The main purpose of Docling is to run local models which are not sharing any user data with remote services.