From e844244d7e03336cb019dd294facf2d63dd09f07 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:19:04 -0800 Subject: [PATCH] new paths for config etc --- docs/docs/_partial-factory-reset-warning.mdx | 5 +- docs/docs/_partial-setup.mdx | 6 +- docs/docs/core-components/agents.mdx | 8 +- docs/docs/core-components/ingestion.mdx | 2 +- docs/docs/core-components/knowledge.mdx | 6 +- docs/docs/get-started/install-options.mdx | 4 +- docs/docs/get-started/install-uv.mdx | 6 +- docs/docs/get-started/install-uvx.mdx | 4 +- docs/docs/get-started/install.mdx | 2 +- docs/docs/get-started/manage-services.mdx | 10 +- docs/docs/get-started/quickstart.mdx | 6 +- docs/docs/get-started/reinstall.mdx | 20 +--- docs/docs/get-started/tui.mdx | 2 +- docs/docs/get-started/uninstall.mdx | 16 +--- docs/docs/get-started/upgrade.mdx | 2 +- docs/docs/reference/configuration.mdx | 99 ++++++-------------- docs/docs/support/troubleshoot.mdx | 2 +- 17 files changed, 68 insertions(+), 132 deletions(-) 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. :::