From f2a7910cc8f9871c01e1e1c6b131ea93f0db3d5f Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:25:17 -0800 Subject: [PATCH] peer review --- docs/docs/get-started/install.mdx | 13 +- docs/docs/get-started/quickstart.mdx | 185 ++++++++++++++------------- 2 files changed, 100 insertions(+), 98 deletions(-) diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index 4ee634bc..19f5d06d 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -226,22 +226,23 @@ If the TUI detects OAuth credentials, it enforces the **Advanced Setup** path. This connection enables real-time document synchronization with external services. Supported webhook endpoints: - Google Drive: `/connectors/google_drive/webhook` - - OneDrive: `/connectors/onedrive/webhook` + - OneDrive: `/connectors/onedrive/webhook` - SharePoint: `/connectors/sharepoint/webhook` - + 10. Continue with [Application Onboarding](#application-onboarding). -## Close the OpenRAG TUI +## Exit the OpenRAG TUI -To close the OpenRAG TUI, press q. -The OpenRAG containers will continue to be served until the containers are stopped. +To exit the OpenRAG TUI, press q. +The OpenRAG containers continue to run until they are stopped. For more information, see [Manage OpenRAG containers with the TUI ](#tui-container-management). -To start the TUI again, run `uv run openrag`. +To relaunch the TUI, run `uv run openrag`. +If you installed OpenRAG with `uvx`, run `uvx openrag`. ## Manage OpenRAG containers with the TUI {#tui-container-management} diff --git a/docs/docs/get-started/quickstart.mdx b/docs/docs/get-started/quickstart.mdx index 694becaa..40f011f5 100644 --- a/docs/docs/get-started/quickstart.mdx +++ b/docs/docs/get-started/quickstart.mdx @@ -19,10 +19,10 @@ For this quickstart, install OpenRAG with the automatic installer script and bas 1. Create a directory to store the OpenRAG configuration files, and then change to that directory: - ```bash - mkdir openrag-workspace - cd openrag-workspace - ``` + ```bash + mkdir openrag-workspace + cd openrag-workspace + ``` 2. [Download the OpenRAG install script](https://docs.openr.ag/files/run_openrag_with_prereqs.sh), move it to your OpenRAG directory, and then run it: @@ -37,26 +37,27 @@ For this quickstart, install OpenRAG with the automatic installer script and bas 3. Select **Basic Setup**. -4. Click **Generate Passwords** to automatically generate OpenRAG passwords. +4. Create passwords for your OpenRAG installation's OpenSearch and Langflow services. You can click **Generate Passwords** to automatically generate passwords. -5. Click **Start All Services**, and then wait while the startup process pulls and runs the necessary container images. -This can take a few minutes. -Proceed when you see the following messages in the TUI: + The OpenSearch password is required. The Langflow admin password is optional. + If you don't generate a Langflow admin password, Langflow runs in [autologin mode](https://docs.langflow.org/api-keys-and-authentication#langflow-auto-login) with no password required. - ```bash - Services started successfully - Command completed successfully - ``` + Your passwords are saved in the `.env` file that is used to start OpenRAG. + You can find this file in your OpenRAG installation directory. -6. To open the OpenRAG application, navigate to the TUI main menu, and then click **Open App**. +5. Click **Save Configuration**, and then click **Start All Services**. + + Wait a few minutes while the startup process pulls and runs the necessary container images. + Proceed when you see the following messages in the terminal user interface (TUI): + + ```bash + Services started successfully + Command completed successfully + ``` + +6. To open the OpenRAG application, go to the TUI main menu, and then click **Open App**. Alternatively, in your browser, navigate to `localhost:3000`. - :::tip - To quit OpenRAG, go to the TUI main menu, and then press q. - - To restart OpenRAG, run `uvx openrag`. - ::: - 7. Select the **OpenAI** model provider, enter your OpenAI API key, and then click **Complete**. For this quickstart, you can use the default options for the model settings. @@ -140,98 +141,98 @@ You can send and receive requests with the Langflow API using Python, TypeScript 2. Create a [Langflow API key](https://docs.langflow.org/api-keys-and-authentication), which is a user-specific token required to send requests to the Langflow server. This key doesn't grant access to OpenRAG. - 1. In the Langflow visual editor, click your user icon in the header, and then select **Settings**. - 2. Click **Langflow API Keys**, and then click