This commit is contained in:
April M 2025-11-21 05:18:08 -08:00
parent 4112567ca6
commit 1a3d5f2afc

View file

@ -24,11 +24,11 @@ For this quickstart, install OpenRAG with the automatic installer script and bas
cd openrag-workspace cd openrag-workspace
``` ```
2. Run the installer: 2. Run the installer:
```bash ```bash
curl -fsSL https://docs.openr.ag/files/run_openrag_with_prereqs.sh | bash curl -fsSL https://docs.openr.ag/files/run_openrag_with_prereqs.sh | bash
``` ```
The TUI creates a `.env` file and docker-compose files in the current working directory, and then starts OpenRAG. The TUI creates a `.env` file and docker-compose files in the current working directory, and then starts OpenRAG.
@ -116,7 +116,7 @@ Click the **Language Model** component, and then change the **Model Name** to a
When editing built-in flows, you can click **Restore flow** to revert the flow to its initial state. When editing built-in flows, you can click **Restore flow** to revert the flow to its initial state.
4. Press <kbd>Command+S</kbd> (<kbd>Ctrl+S</kbd>) to save your changes. 4. Press <kbd>Command</kbd>+<kbd>S</kbd> (<kbd>Ctrl</kbd>+<kbd>S</kbd>) to save your changes.
You can close the Langflow browser window, or leave it open if you want to continue experimenting with the flow editor. You can close the Langflow browser window, or leave it open if you want to continue experimenting with the flow editor.
@ -251,4 +251,4 @@ For all installation options, see [Install OpenRAG with TUI](/install) and [Inst
* **Learn more about OpenRAG**: Explore OpenRAG and the OpenRAG documentation to learn more about its features and functionality. * **Learn more about OpenRAG**: Explore OpenRAG and the OpenRAG documentation to learn more about its features and functionality.
* **Learn more about the Langflow**: For a deep dive on the Langflow API and visual editor, see the [Langflow documentation](https://docs.langflow.org/). * **Learn more about Langflow**: For a deep dive on the Langflow API and visual editor, see the [Langflow documentation](https://docs.langflow.org/).