From a9bed3519864262df81ef0f865255bb1fc73a308 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:36:00 -0800 Subject: [PATCH] streamline quickstart --- docs/docs/get-started/quickstart.mdx | 215 ++++++++++++++++----------- 1 file changed, 127 insertions(+), 88 deletions(-) diff --git a/docs/docs/get-started/quickstart.mdx b/docs/docs/get-started/quickstart.mdx index 6ab08639..cd866f8d 100644 --- a/docs/docs/get-started/quickstart.mdx +++ b/docs/docs/get-started/quickstart.mdx @@ -7,122 +7,147 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -Get started with OpenRAG by loading your knowledge, swapping out your language model, and then chatting with the Langflow API. +Use this quickstart to install OpenRAG, and then try some of OpenRAG's core features. ## Prerequisites -:::tip -This quickstart uses a minimal setup to demonstrate OpenRAG's core functionality. After you complete the quickstart, it is recommended that you reinstall OpenRAG with your preferred configuration because some settings are immutable after initial setup. For all installation options, see [Install OpenRAG with TUI](/install) and [Install OpenRAG with containers](/docker). -::: +This quickstart requires an [OpenAI API key](https://platform.openai.com/api-keys) and [Python](https://www.python.org/downloads/release/python-3100/) version 3.10 to 3.13. -Install OpenRAG with the automatic installer. -The script detects and installs uv, Docker/Podman, and Docker Compose prerequisites, and then starts OpenRAG with `uvx`. +## Install OpenRAG - 1. Create a directory to store the OpenRAG configuration files: - ```bash - mkdir openrag-workspace - cd openrag-workspace - ``` +For this quickstart, install OpenRAG with the automatic installer script and basic setup: - 2. Run the installer: - ```bash - curl -fsSL https://docs.openr.ag/files/run_openrag_with_prereqs.sh | bash - ``` +1. Create a directory to store the OpenRAG configuration files: - The TUI creates a `.env` file and docker-compose files in the current working directory, and then starts OpenRAG. + ```bash + mkdir openrag-workspace + cd openrag-workspace + ``` - 3. Select **Basic Setup**. - 4. To generate a password for OpenSearch, click **Generate Passwords**. - The other fields aren't required. - 5. 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: - ```bash - Services started successfully - Command completed successfully - ``` - 6. To open the OpenRAG application, navigate to the TUI main menu, and then click **Open App**. - Alternatively, in your browser, navigate to `localhost:3000`. - 7. For your model provider, select **OpenAI**. - 8. In the **OpenAI API key** field, paste your OpenAI API key. - The default model settings are fine for the quickstart. - 9. To confirm your provider settings, click **Complete**. - 10. To complete onboarding, click **What is OpenRAG**, and then click **Add a document**. - Alternatively, click