From 3d8ab8b23e8d50be0a458ad6b383f6a29d9cd81b Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:28:36 -0400 Subject: [PATCH] add-config-yaml-to-configuration --- docs/docs/reference/configuration.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/reference/configuration.mdx b/docs/docs/reference/configuration.mdx index 3fe9135d..116a7cb5 100644 --- a/docs/docs/reference/configuration.mdx +++ b/docs/docs/reference/configuration.mdx @@ -143,7 +143,9 @@ Configure general system components, session management, and logging. A `config.yaml` file is generated with values input during [Application onboarding](/install#application-onboarding) and contains some of the same configuration variables as environment variables. The variables in `config.yaml` take precedence over environment variables. -
+For an example `config.yaml` file, see [`config.example.yaml` in the OpenRAG repository](https://github.com/langflow-ai/openrag/blob/main/config/config.example.yaml). + +
Which variables can `config.yaml` override? * CHUNK_OVERLAP