diff --git a/docs/docs/_partial-factory-reset-warning.mdx b/docs/docs/_partial-factory-reset-warning.mdx index 582125fb..97f2ca7e 100644 --- a/docs/docs/_partial-factory-reset-warning.mdx +++ b/docs/docs/_partial-factory-reset-warning.mdx @@ -2,7 +2,7 @@ This is a destructive action that does the following: * Destroys all OpenRAG containers, volumes, and local images with `docker compose down --volumes --remove-orphans --rmi local`. -* Prunes any additional Docker objects with `docker system prune -f`. +* Prunes any additional container objects with `docker system prune -f`. * Deletes the contents of OpenRAG's `config` and `./opensearch-data` directories. * Deletes the `conversations.json` file. diff --git a/docs/docs/_partial-onboarding.mdx b/docs/docs/_partial-onboarding.mdx index feca9955..2ef5c4ad 100644 --- a/docs/docs/_partial-onboarding.mdx +++ b/docs/docs/_partial-onboarding.mdx @@ -2,13 +2,13 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -## Application onboarding +## Complete the application onboarding process -The first time you start the OpenRAG application, you must complete application onboarding to select language and embedding models that are essential for OpenRAG features like the [**Chat**](/chat). +The first time you start the OpenRAG application, you must complete the application onboarding process to select language and embedding models that are essential for OpenRAG features like the [**Chat**](/chat). Some of these variables, such as the embedding models, can be changed seamlessly after onboarding. Others are immutable and require you to destroy and recreate the OpenRAG containers. -For more information, see [Environment variables](/reference/configuration). +For more information, see the [OpenRAG environment variables reference](/reference/configuration). You can use different providers for your language model and embedding model, such as Anthropic for the language model and OpenAI for the embedding model. Additionally, you can set multiple embedding models. @@ -22,9 +22,9 @@ You only need to complete onboarding for your preferred providers. Anthropic doesn't provide embedding models. If you select Anthropic for your language model, you must select a different provider for the embedding model. ::: -1. Enter your Anthropic API key, or enable **Get API key from environment variable** to pull the key from your OpenRAG `.env` file. +1. Enter your Anthropic API key, or enable **Get API key from environment variable** to pull the key from your [OpenRAG `.env` file](/reference/configuration). - If you haven't set `ANTHROPIC_API_KEY` in your `.env` file, you must enter the key manually. + If you set `ANTHROPIC_API_KEY` in your OpenRAG `.env` file, this value can be populated automatically. 2. Under **Advanced settings**, select the language model that you want to use. @@ -36,7 +36,7 @@ For information about another provider's credentials and settings, see the instr 5. Click **Complete**. After you configure the embedding model, OpenRAG uses your credentials and models to ingest some [initial documents](/knowledge#default-documents). This tests the connection, and it allows you to ask OpenRAG about itself in the [**Chat**](/chat). - If there is a problem with the model configuration, an error occurs and you are redirected back to application onboarding. + If there is a problem with the model configuration, an error occurs and you are redirected back to the application onboarding screen. Verify that the credential is valid and has access to the selected model, and then click **Complete** to retry ingestion. 6. Continue through the overview slides for a brief introduction to OpenRAG, or click