fix typo
This commit is contained in:
parent
8cfcce5bc0
commit
cd108aa43d
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ If OpenRAG detects OAuth credentials during setup, it recommends **Advanced Setu
|
|||
4. Optional: Under **Others**, edit the [knowledge base](/knowledge) paths if you don't want to use the default paths:
|
||||
|
||||
* **Documents Paths**: One or more paths to directories are where OpenRAG looks for documents to ingest.
|
||||
* **OpenSearch Data PAth**: Specify the path where you want OpenRAG to create your OpenSearch index.
|
||||
* **OpenSearch Data Path**: Specify the path where you want OpenRAG to create your OpenSearch index.
|
||||
|
||||
5. Click **Save Configuration**.
|
||||
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ The following variables are required or recommended:
|
|||
PID: 27746
|
||||
```
|
||||
|
||||
3. Deploy the OpenRAG containers locally using the appropriate Docker Compose configuration for your environment.
|
||||
3. Deploy the OpenRAG containers locally using the appropriate Docker Compose configuration for your environment:
|
||||
|
||||
* **GPU-accelerated deployment**: If your host machine has an NVIDIA GPU with CUDA support and compatible NVIDIA drivers, use the base `docker-compose.yml` file with the `docker-compose.gpu.yml` override.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue