This commit is contained in:
April M 2025-12-02 16:03:49 -08:00
parent eb2df96b49
commit 9b08d70022
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -259,7 +259,7 @@ This allows you to delete other OpenRAG data before recreating the containers.
```
</TabItem>
<TabItem value="docker" label="Docker" default>
<TabItem value="docker" label="Docker">
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
</TabItem>
<TabItem value="podman" label="Podman" default>
<TabItem value="podman" label="Podman">
1. Stop all running containers:

View file

@ -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}