From d31ca5412714d899253b740d6997a8920c1df35c Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:38:44 -0800 Subject: [PATCH] sme review --- docs/docs/_partial-export-flows.mdx | 1 + docs/docs/_partial-factory-reset-warning.mdx | 10 ++-- docs/docs/core-components/knowledge.mdx | 5 +- docs/docs/get-started/manage-services.mdx | 63 ++++++++------------ docs/docs/get-started/reinstall.mdx | 49 ++++++++------- docs/docs/get-started/uninstall.mdx | 4 +- docs/docs/get-started/upgrade.mdx | 38 +++++++----- 7 files changed, 83 insertions(+), 87 deletions(-) create mode 100644 docs/docs/_partial-export-flows.mdx diff --git a/docs/docs/_partial-export-flows.mdx b/docs/docs/_partial-export-flows.mdx new file mode 100644 index 00000000..bbab64e6 --- /dev/null +++ b/docs/docs/_partial-export-flows.mdx @@ -0,0 +1 @@ +1. If you modified the built-in flows or created custom flows in your [OpenRAG Langflow instance](/agents), and you want to preserve those changes, then you must [export your flows](https://docs.langflow.org/concepts-flows-import) before starting this process. Afterwards, you can import your flows or reference the exported flow JSON as needed. \ No newline at end of file diff --git a/docs/docs/_partial-factory-reset-warning.mdx b/docs/docs/_partial-factory-reset-warning.mdx index ab8cf85d..f0a2cb0f 100644 --- a/docs/docs/_partial-factory-reset-warning.mdx +++ b/docs/docs/_partial-factory-reset-warning.mdx @@ -1,13 +1,11 @@ :::warning -This is a destructive action that does the following: +This is a destructive operation that does the following: -* Destroys all OpenRAG containers, volumes, and local images with `docker compose down --volumes --remove-orphans --rmi local`. -* Prunes any additional container objects with `docker system prune -f`. -* Deletes the contents of OpenRAG's `~/.openrag/config`, `~/.openrag/flows`, and `~/.openrag/data` directories, including the `conversations.json` file. +* Destroys all OpenRAG containers, volumes, and local images. +* Prunes any additional container objects. +* Deletes the contents of the `~/.openrag` directory, except for OpenRAG's `.env` file and the `/documents` subdirectory.
Destroyed containers and deleted data are lost and cannot be recovered after running this operation. - -This operation _doesn't_ remove the `.env` file or the contents of the `~/.openrag/documents` directory. :::