diff --git a/404.html b/404.html index 2a0918a5..6afbbf13 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
The first time you start OpenRAG, whether using the TUI or a .env file, it's recommended that you complete application onboarding.
To skip onboarding, click Skip onboarding.
-Values from onboarding can be changed later in the OpenRAG Settings page.
+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. +To change your provider selection later, you must reinstall OpenRAG.
You must use the same provider for your language model and embedding model, unless you're using Ollama.
Choose one LLM provider and complete only those steps:
.env file.
diff --git a/index.html b/index.html
index e80cb9dd..83067fa0 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
Basic Setup generates all of the required values for OpenRAG except the OpenAI API key. +
Basic Setup can generate all of the required values for OpenRAG except the OpenAI API key. Basic Setup does not set up OAuth connections for ingestion from cloud providers. For OAuth setup, use Advanced Setup. For information about the difference between basic (no auth) and OAuth in OpenRAG, see Authentication and document access.
Services started successfully
Command completed successfully
To start the Docling service, under Native Services, click Start.
+To open the OpenRAG application, click Open App.
Services started successfully
Command completed successfully
To start the Docling service, under Native Services, click Start.
+To open the OpenRAG application, click Open App. You are presented with your provider's OAuth sign-in screen. After sign-in, you are redirected to the redirect URI.
@@ -151,7 +157,8 @@ Supported webhook endpoints:The first time you start OpenRAG, whether using the TUI or a .env file, it's recommended that you complete application onboarding.
To skip onboarding, click Skip onboarding.
-Values from onboarding can be changed later in the OpenRAG Settings page.
+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. +To change your provider selection later, you must reinstall OpenRAG.
You must use the same provider for your language model and embedding model, unless you're using Ollama.
Choose one LLM provider and complete only those steps:
.env file.
@@ -219,7 +226,29 @@ The docling serve process is a native service in OpenRAG, because i
To start or stop docling serve or any other native services, in the TUI Status menu, click Stop or Restart.
To view the status, port, or PID of a native service, in the TUI main menu, click Status.
The Diagnostics menu provides health monitoring for your container runtimes and monitoring of your OpenSearch security.