diff --git a/404.html b/404.html index c04d90f1..5e06852f 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
touch .env
The Docker Compose files are populated with the values from your .env. The following values must be set:
-OPENSEARCH_PASSWORD=your_secure_password
OPENAI_API_KEY=your_openai_api_key
LANGFLOW_SUPERUSER=admin
LANGFLOW_SUPERUSER_PASSWORD=your_langflow_password
LANGFLOW_SECRET_KEY=your_secret_key
The Docker Compose files are populated with the values from your .env file. The following values must be set:
OPENSEARCH_PASSWORD=your_secure_password
OPENAI_API_KEY=your_openai_api_key
LANGFLOW_SECRET_KEY=your_secret_key
OPENSEARCH_PASSWORD can be automatically generated when using the TUI, but for a Docker Compose installation, you can set it manually instead. To generate an OpenSearch admin password, see the OpenSearch documentation.
The OPENAI_API_KEY is found in your OpenAI account.
LANGFLOW_SECRET_KEY is automatically generated when using the TUI, and Langflow will also auto-generate it if not set. For more information, see the Langflow documentation.
The following Langflow configuration values are optional but important to consider:
+LANGFLOW_SUPERUSER=admin
LANGFLOW_SUPERUSER_PASSWORD=your_langflow_password
LANGFLOW_SUPERUSER defaults to admin. You can omit it or set it to a different username. LANGFLOW_SUPERUSER_PASSWORD is optional. If omitted, Langflow runs in autologin mode with no password required. If set, Langflow requires password authentication.
For more information on configuring OpenRAG with environment variables, see Environment variables.
To use OpenRAG on Windows, use WSL (Windows Subsystem for Linux).
The OpenRAG wheel installs the Terminal User Interface (TUI) for configuring and running OpenRAG.
To quickly install and start OpenRAG, run uvx openrag.
.env file used to start OpenRAG.To install OpenRAG with Basic Setup, click Basic Setup or press 1.
+Click Generate Passwords to generate passwords for OpenSearch and Langflow.
+The OpenSearch password is required. The Langflow admin password is optional. +If no Langflow admin password is generated, Langflow runs in autologin mode with no password required.
+Paste your OpenAI API key in the OpenAI API key field.
+Click Save Configuration.
+Your passwords are saved in the .env file used to start OpenRAG.
To start OpenRAG, click Start All Services. Startup pulls container images and runs them, so it can take some time. -When startup is complete, the TUI displays the following: +When startup is complete, the TUI displays the following:
Services started successfully
Command completed successfully
To open the OpenRAG application, click Open App.
+Continue with Application Onboarding.
+To install OpenRAG with Advanced Setup, click Advanced Setup or press 2.
Click Generate Passwords to generate passwords for OpenSearch and Langflow.
+The OpenSearch password is required. The Langflow admin password is optional. +If no Langflow admin password is generated, Langflow runs in autologin mode with no password required.
Paste your OpenAI API key in the OpenAI API key field.
@@ -168,7 +184,12 @@ This is recommended, but not required.To close the OpenRAG TUI, press q. +The OpenRAG containers will continue to be served until the containers are stopped. +For more information, see Manage OpenRAG containers with the TUI .
+To start the TUI again, run uv run openrag.
After installation, the TUI can deploy, manage, and upgrade your OpenRAG containers.
Click Start All Services to start the OpenRAG containers.
@@ -199,7 +220,7 @@ The docling serve process is a native service in OpenRAG, because i
To start or stop docling serve or any other native services, in the TUI Status menu, click Stop or Restart.
To view the status, port, or PID of a native service, in the TUI main menu, click Status.
The Diagnostics menu provides health monitoring for your container runtimes and monitoring of your OpenSearch security.