diff --git a/docs/docs/core-components/ingestion.mdx b/docs/docs/core-components/ingestion.mdx index a745be0c..3e991176 100644 --- a/docs/docs/core-components/ingestion.mdx +++ b/docs/docs/core-components/ingestion.mdx @@ -267,7 +267,7 @@ If an ingestion task fails, do the following: * Split excessively large files into smaller files before uploading. * Remove unusual embedded content, such as videos or animations, before uploading. Although Docling can replace some non-text content with placeholders during ingestion, some embedded content might cause errors. -If the OpenRAG **Chat** doesn't seem to use your documents correctly, [browse your knowledge base](#browse-knowledge) to confirm that the documents are uploaded in full, and the chunks are correct. +If the OpenRAG **Chat** doesn't seem to use your documents correctly, [browse your knowledge base](/knowledge#browse-knowledge) to confirm that the documents are uploaded in full, and the chunks are correct. If the documents are present and well-formed, check your [knowledge filters](/knowledge-filters). If a global filter is applied, make sure the expected documents are included in the global filter. diff --git a/docs/docs/get-started/docker.mdx b/docs/docs/get-started/docker.mdx index 8ed718af..64555bbb 100644 --- a/docs/docs/get-started/docker.mdx +++ b/docs/docs/get-started/docker.mdx @@ -259,7 +259,7 @@ This allows you to delete other OpenRAG data before recreating the containers. ``` - + 1. Stop all running containers: @@ -306,7 +306,7 @@ This allows you to delete other OpenRAG data before recreating the containers. * The `conversations.json` file - + 1. Stop all running containers: diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index 9d0613cb..789f12c8 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -447,7 +447,7 @@ This is a two part process because upgrading the OpenRAG Python package updates If you get an error that `langflow container already exists` error during upgrade, see [Langflow container already exists during upgrade](/support/troubleshoot#langflow-container-already-exists-during-upgrade). -3. When the upgrade process is complete, you can close the **Status** window and continue using OpenRAG. +4. When the upgrade process is complete, you can close the **Status** window and continue using OpenRAG. ## Reinstall OpenRAG {#reinstall}