must delete kb separately
This commit is contained in:
parent
56c69c6ef4
commit
cf7a4e75ec
2 changed files with 5 additions and 3 deletions
|
|
@ -296,7 +296,7 @@ You can also click **Stop** or **Restart** to stop and start OpenRAG native serv
|
|||
### Reset containers {#reset-containers}
|
||||
|
||||
:::warning
|
||||
This is a destructive action that deletes all of your OpenRAG container data, including OpenSearch data, uploaded documents, and customized flows.
|
||||
This is a destructive action that destroys and recreates all of your OpenRAG containers.
|
||||
:::
|
||||
|
||||
To destroy and recreate your OpenRAG containers, go to the TUI [**Status** menu](#status), and then click **Reset**.
|
||||
|
|
@ -439,6 +439,8 @@ To reinstall OpenRAG with a completely fresh setup:
|
|||
The Reset operation does not remove your project's `.env` file, so your passwords, API keys, and OAuth settings can be preserved.
|
||||
If you delete the `.env` file, you must run the [Set up OpenRAG with the TUI](#setup) process again to create a new configuration file.
|
||||
|
||||
3. Optional: Delete your OpenSearch knowledge base by deleting the contents of the `./opensearch-data` folder in your OpenRAG installation directory.
|
||||
|
||||
3. In the TUI **Setup** menu, repeat the [Basic Setup](#setup) process:
|
||||
|
||||
1. Click **Start All Services** to pull container images and start them.
|
||||
|
|
|
|||
|
|
@ -124,8 +124,8 @@ If reinstalling the Langflow container doesn't resolve the issue, you must reset
|
|||
Then, you can retry the upgrade.
|
||||
|
||||
:::warning
|
||||
This is a destructive operation that completely resets your OpenRAG containers and removes all OpenRAG data, including OpenSearch data, uploaded documents, and authentication details.
|
||||
Your `.env` file is preserved, so your configuration settings remain intact, but all other data is lost.
|
||||
This is a destructive operation that destroys your OpenRAG containers and their contents.
|
||||
However, your `.env` file (configuration settings) and `./opensearch-data` (OpenSearch knowledge base) are preserved.
|
||||
:::
|
||||
|
||||
To reset your installation, stop your containers, and then completely remove them.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue