onboarding-selections
This commit is contained in:
parent
98cd715cf4
commit
8f0612e494
1 changed files with 7 additions and 6 deletions
|
|
@ -5,10 +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.
|
The first time you start OpenRAG, whether using the TUI or a `.env` file, you must complete application onboarding.
|
||||||
|
|
||||||
Values input during onboarding can be changed later in the OpenRAG **Settings** page, except for the language model and embedding model _provider_.
|
Most values from onboarding can be changed later in the OpenRAG **Settings** page, but there are important restrictions.
|
||||||
**Your provider can only be selected once, and you must use the same provider for your language model and embedding model.**
|
|
||||||
The language model can be changed, but the embeddings model cannot be changed.
|
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, you must completely reinstall OpenRAG.
|
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.
|
||||||
|
|
||||||
<Tabs groupId="Provider">
|
<Tabs groupId="Provider">
|
||||||
<TabItem value="OpenAI" label="OpenAI" default>
|
<TabItem value="OpenAI" label="OpenAI" default>
|
||||||
|
|
@ -44,5 +46,4 @@ To change your provider selection, you must completely reinstall OpenRAG.
|
||||||
4. Click **Complete**.
|
4. Click **Complete**.
|
||||||
5. Continue with the [Quickstart](/quickstart).
|
5. Continue with the [Quickstart](/quickstart).
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue