From 95ce3c0d0eccdc917f59f8d71b1521608412198b Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 9 Oct 2025 18:51:13 -0400 Subject: [PATCH] add-version-env-vars --- docs/docs/reference/configuration.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/reference/configuration.mdx b/docs/docs/reference/configuration.mdx index c8ca7cfa..20576f4d 100644 --- a/docs/docs/reference/configuration.mdx +++ b/docs/docs/reference/configuration.mdx @@ -137,6 +137,8 @@ Configure general system components, session management, and logging. | `LOG_FORMAT` | - | Log format (set to "json" for JSON output). | | `LOG_LEVEL` | `INFO` | Logging level (DEBUG, INFO, WARNING, ERROR). | | `MAX_WORKERS` | - | Maximum number of workers for document processing. | +| `OPENRAG_VERSION` | `latest` | OpenRAG Docker image version. | +| `LANGFLOW_VERSION` | `latest` | Langflow Docker image version. | | `SERVICE_NAME` | `openrag` | Service name for logging. | | `SESSION_SECRET` | auto-generated | Session management. |