diff --git a/docs/docs/reference/configuration.mdx b/docs/docs/reference/configuration.mdx index 815397e1..fc29e2f7 100644 --- a/docs/docs/reference/configuration.mdx +++ b/docs/docs/reference/configuration.mdx @@ -89,7 +89,7 @@ You can create a `.env` file in the project root to set these variables, or set ## Configuration file (`config.yaml) {#configuration-file} -The `config.yaml` file created during [Application onboarding](/install#application-onboarding) can control the variables in [OpenRAG configuration variables](#openrag-configuration-variables-openrag-config-variables), but is overridden by the `.env` if the variable is present both files. +The `config.yaml` file created during [Application onboarding](/install#application-onboarding) can control the variables in [OpenRAG configuration variables](#openrag-config-variables), but is overridden by the `.env` if the variable is present both files. The `config.yaml` file controls application configuration, including language model and embedding model provider, Docling ingestion settings, and API keys. ```yaml