wrong-env-anchor

This commit is contained in:
Mendon Kissling 2025-10-23 21:22:52 -04:00
parent 2d397a5304
commit 7afdfd39b9

View file

@ -7,9 +7,9 @@ import Icon from "@site/src/components/icon/icon";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
OpenRAG recognizes [supported environment variables](#supported-environment-variables) from the following sources:
OpenRAG recognizes environment variables from the following sources:
* [Environment variables](#supported-environment-variables) - Values set in the `.env` file.
* [Environment variables](#configure-environment-variables) - Values set in the `.env` file.
* [Langflow runtime overrides](#langflow-runtime-overrides) - Langflow components may tweak environment variables at runtime.
* [Default or fallback values](#default-values-and-fallbacks) - These values are default or fallback values if OpenRAG doesn't find a value.