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 97f2ca7e..c1e11894 100644 --- a/docs/docs/_partial-factory-reset-warning.mdx +++ b/docs/docs/_partial-factory-reset-warning.mdx @@ -1,14 +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 `config` and `./opensearch-data` directories. -* Deletes 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. :::