From 83ac20adaba966745f9df9c6eb2470d5a119cd89 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:29:34 +0100 Subject: [PATCH] Update env-configuration.mdx --- docs/getting-started/env-configuration.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index e8da6e8c..08b14422 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -1196,13 +1196,13 @@ Read more about `offline mode` in the [offline mode guide](/tutorials/offline-mo #### `HF_HUB_OFFLINE` -- Type: `bool` -- Default: `False` -- Description: Tells Hugging Face that we want to launch in offline mode, so to not connect to hugging face and prevent all automatic model downloads +- Type: `int` +- Default: `0` +- Description: Tells Hugging Face whether we want to launch in offline mode, so to not connect to hugging face and prevent all automatic model downloads :::info -Downloads of models, sentence transformers and other configurable items will NOT WORK when this is set to `True`. +Downloads of models, sentence transformers and other configurable items will NOT WORK when this is set to `1`. RAG will also not work on a default installation, if this is set to `True`. :::