From 4fac72c98b75de27f4b88485ee30cb75be575f1f Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:41:15 -0400 Subject: [PATCH] remove-model-restrictions --- docs/docs/_partial-onboarding.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/docs/_partial-onboarding.mdx b/docs/docs/_partial-onboarding.mdx index 44222371..3c5c031d 100644 --- a/docs/docs/_partial-onboarding.mdx +++ b/docs/docs/_partial-onboarding.mdx @@ -5,16 +5,12 @@ import TabItem from '@theme/TabItem'; The first time you start OpenRAG, whether using the TUI or a `.env` file, you must complete application onboarding. -Most values from onboarding can be changed later in the OpenRAG **Settings** page, but there are important restrictions. - -The **language model provider** and **embeddings model provider** can only be selected at onboarding, and you must use the same provider for your language model and embedding model. -To change your provider selection later, you must completely reinstall OpenRAG. - -The **language model** can be changed later in **Settings**, but the **embeddings model** cannot be changed later. +Values from onboarding can be changed later in the OpenRAG **Settings** page. 1. Enable **Get API key from environment variable** to automatically enter your key from the TUI-generated `.env` file. + Alternatively, paste an OpenAI API key into the field. 2. Under **Advanced settings**, select your **Embedding Model** and **Language Model**. 3. To load 2 sample PDFs, enable **Sample dataset**. This is recommended, but not required.