From bd21001b6457ee9576a9d9eb4a6143d2e6c83590 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:45:45 -0400 Subject: [PATCH] remove-env-var-option --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 77ce3191..a7abbbe6 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,6 @@ They deploy the same applications and containers, but to different environments. Both Docker deployments depend on `docling serve` to be running on port `5001` on the host machine. This enables [Mac MLX](https://opensource.apple.com/projects/mlx/) support for document processing. Installing OpenRAG with the TUI starts `docling serve` automatically, but for a Docker deployment you must manually start the `docling serve` process. -Alternatively, set `DISABLE_INGEST_WITH_LANGFLOW=true` in your `.env` to use OpenRAG's built-in pipeline, which uses docling directly without requiring `docling serve`. - To deploy OpenRAG with Docker: 1. Clone the OpenRAG repository.