code-review
This commit is contained in:
parent
5bfffa4c43
commit
1f64e9017b
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ To install OpenRAG with Docker Compose, do the following:
|
||||||
LANGFLOW_SECRET_KEY=your_secret_key
|
LANGFLOW_SECRET_KEY=your_secret_key
|
||||||
```
|
```
|
||||||
|
|
||||||
`OPENSEARCH_PASSWORD` is automatically generated when using the TUI, but for a Docker Compose installation, you must set it manually. To generate an OpenSearch admin password, see the [OpenSearch documentation](https://docs.opensearch.org/latest/security/configuration/demo-configuration/#setting-up-a-custom-admin-password).
|
`OPENSEARCH_PASSWORD` can be automatically generated when using the TUI, but for a Docker Compose installation, you can set it manually instead. To generate an OpenSearch admin password, see the [OpenSearch documentation](https://docs.opensearch.org/latest/security/configuration/demo-configuration/#setting-up-a-custom-admin-password).
|
||||||
|
|
||||||
The `OPENAI_API_KEY` is found in your OpenAI account.
|
The `OPENAI_API_KEY` is found in your OpenAI account.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ If you prefer running Podman or Docker containers and manually editing `.env` fi
|
||||||
- Optional: Install GPU support with an NVIDIA GPU, [CUDA](https://docs.nvidia.com/cuda/) support, and compatible NVIDIA drivers on the OpenRAG host machine. If you don't have GPU capabilities, OpenRAG provides an alternate CPU-only deployment.
|
- Optional: Install GPU support with an NVIDIA GPU, [CUDA](https://docs.nvidia.com/cuda/) support, and compatible NVIDIA drivers on the OpenRAG host machine. If you don't have GPU capabilities, OpenRAG provides an alternate CPU-only deployment.
|
||||||
|
|
||||||
:::note Windows users
|
:::note Windows users
|
||||||
The OpenRAG TUI has limited compatibility with PowerShell. To use the TUI, use [WSL (Windows Subsystem for Linux)](https://learn.microsoft.com/en-us/windows/wsl/install). Alternatively, skip the TUI and follow the [OpenRAG container installation](/get-started/docker) steps instead.
|
To use OpenRAG on Windows, use [WSL (Windows Subsystem for Linux)](https://learn.microsoft.com/en-us/windows/wsl/install).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Install the OpenRAG Python wheel {#install-python-wheel}
|
## Install the OpenRAG Python wheel {#install-python-wheel}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue