diff --git a/docs/docs/_partial-factory-reset-warning.mdx b/docs/docs/_partial-factory-reset-warning.mdx index 97f2ca7e..ab8cf85d 100644 --- a/docs/docs/_partial-factory-reset-warning.mdx +++ b/docs/docs/_partial-factory-reset-warning.mdx @@ -3,12 +3,11 @@ This is a destructive action 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. +* Deletes the contents of OpenRAG's `~/.openrag/config`, `~/.openrag/flows`, and `~/.openrag/data` directories, including the `conversations.json` file.

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. +This operation _doesn't_ remove the `.env` file or the contents of the `~/.openrag/documents` directory. :::