diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index 7326dd1e..c2da057c 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -51,6 +51,9 @@ The OpenRAG wheel installs the Terminal User Interface (TUI) for configuring and ```bash uvx openrag ``` + + To install a specific version of the Langflow package, add the required version to the command, such as `uvx --from openrag==0.1.25 openrag`. +
Install a local wheel without uvx @@ -79,7 +82,6 @@ The OpenRAG wheel installs the Terminal User Interface (TUI) for configuring and
4. Continue with [Set up OpenRAG with the TUI](#setup). - ## Set up OpenRAG with the TUI {#setup} The TUI creates a `.env` file in your OpenRAG directory root and starts OpenRAG.