From d4ceecba24f2488061fb339b25494040fe90b3f0 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 2 Dec 2025 08:00:23 -0800 Subject: [PATCH 1/4] remove known issue --- docs/docs/get-started/install.mdx | 4 +--- docs/docs/support/troubleshoot.mdx | 9 --------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index da513712..221da12f 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -450,6 +450,4 @@ To reinstall OpenRAG with a completely fresh setup: 1. Click **Start All Services** to pull container images and start them. 2. Under **Native Services**, click **Start** to start the Docling service. 3. Click **Open App** to open the OpenRAG application. - 4. Continue with [application onboarding](#application-onboarding). - -If reinstalling OpenRAG and deleting the `.env` file doesn't reset setup or onboarding, see [Reinstalling OpenRAG doesn't reset onboarding](/support/troubleshoot#reinstalling-openrag-doesnt-reset-onboarding). + 4. Continue with [application onboarding](#application-onboarding). \ No newline at end of file diff --git a/docs/docs/support/troubleshoot.mdx b/docs/docs/support/troubleshoot.mdx index 4a97be09..92a79e9c 100644 --- a/docs/docs/support/troubleshoot.mdx +++ b/docs/docs/support/troubleshoot.mdx @@ -212,15 +212,6 @@ After removing the containers, retry the upgrade in the OpenRAG TUI by clicking -## Reinstalling OpenRAG doesn't reset onboarding {#reinstalling-openrag-doesnt-reset-onboarding} - -If you [reinstall OpenRAG](/install#reinstall), you can restore your installation to it's original, default state by resetting the containers _and_ deleting the `.env` file. - -When you start OpenRAG after doing this, you should be prompted to go through the initial setup and onboarding process again. - -Due to a known issue, the onboarding process might not reset when you reinstall OpenRAG. -If this occurs, [install OpenRAG in a new Python project directory](/install#install) (with `uv init` and `uv add openrag`). - ## Document ingestion or similarity search issues See [Troubleshoot ingestion](/ingestion#troubleshoot-ingestion). \ No newline at end of file From bba9d703f242bb42af40d562fb63d701d19b7181 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 2 Dec 2025 14:41:16 -0800 Subject: [PATCH 2/4] built-in filter --- docs/docs/core-components/chat.mdx | 12 ++++++++++-- docs/docs/core-components/knowledge-filters.mdx | 10 ++++++++++ docs/docs/core-components/knowledge.mdx | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/docs/docs/core-components/chat.mdx b/docs/docs/core-components/chat.mdx index 728f3fb6..996dcc8d 100644 --- a/docs/docs/core-components/chat.mdx +++ b/docs/docs/core-components/chat.mdx @@ -11,15 +11,23 @@ import PartialTempKnowledge from '@site/docs/_partial-temp-knowledge.mdx'; After you [upload documents to your knowledge base](/ingestion), you can use the OpenRAG