Update env-configuration.mdx

This commit is contained in:
Classic298
2025-11-23 20:26:55 +01:00
committed by GitHub
parent a400e8601b
commit a8a2c25681

View File

@@ -1194,6 +1194,19 @@ 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
:::info
Downloads of models, sentence transformers and other configurable items will NOT WORK when this is set to `True`.
RAG will also not work on a default installation, if this is set to `True`.
:::
#### `RESET_CONFIG_ON_START`
- Type: `bool`