spacing
This commit is contained in:
parent
1b45813dfd
commit
e88601c05a
1 changed files with 16 additions and 16 deletions
30
README.md
30
README.md
|
|
@ -32,21 +32,21 @@ Use the OpenRAG Terminal User Interface (TUI) to manage your OpenRAG installatio
|
||||||
To launch OpenRAG with the TUI, do the following:
|
To launch OpenRAG with the TUI, do the following:
|
||||||
|
|
||||||
1. Clone the OpenRAG repository.
|
1. Clone the OpenRAG repository.
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/langflow-ai/openrag.git
|
git clone https://github.com/langflow-ai/openrag.git
|
||||||
cd openrag
|
cd openrag
|
||||||
```
|
```
|
||||||
|
|
||||||
2. To start the TUI, from the repository root, run:
|
2. To start the TUI, from the repository root, run:
|
||||||
```bash
|
```bash
|
||||||
# Install dependencies first
|
# Install dependencies first
|
||||||
uv sync
|
uv sync
|
||||||
|
|
||||||
# Launch the TUI
|
# Launch the TUI
|
||||||
uv run openrag
|
uv run openrag
|
||||||
```
|
```
|
||||||
|
|
||||||
The TUI opens and guides you through OpenRAG setup.
|
The TUI opens and guides you through OpenRAG setup.
|
||||||
|
|
||||||
For the full TUI guide, see [TUI](docs/docs/get-started/tui.mdx).
|
For the full TUI guide, see [TUI](docs/docs/get-started/tui.mdx).
|
||||||
|
|
||||||
|
|
@ -60,10 +60,10 @@ They deploy the same applications and containers, but to different environments.
|
||||||
- [`docker-compose-cpu.yml`](https://github.com/langflow-ai/openrag/blob/main/docker-compose-cpu.yml) is a CPU-only version of OpenRAG for systems without GPU support. Use this Docker compose file for environments where GPU drivers aren't available.
|
- [`docker-compose-cpu.yml`](https://github.com/langflow-ai/openrag/blob/main/docker-compose-cpu.yml) is a CPU-only version of OpenRAG for systems without GPU support. Use this Docker compose file for environments where GPU drivers aren't available.
|
||||||
|
|
||||||
1. Clone the OpenRAG repository.
|
1. Clone the OpenRAG repository.
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/langflow-ai/openrag.git
|
git clone https://github.com/langflow-ai/openrag.git
|
||||||
cd openrag
|
cd openrag
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Build and start all services.
|
2. Build and start all services.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue