Adding fix per comment on Issue-692 (#1255)

Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
Sumit K Bhuttan 2024-10-09 19:09:17 -04:00 committed by GitHub
parent 9fa6b91684
commit cd4f1fa9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ mkdir -p ./ragtest/input
Now let's get a copy of A Christmas Carol by Charles Dickens from a trusted source
```sh
curl https://www.gutenberg.org/cache/epub/24022/pg24022.txt > ./ragtest/input/book.txt
curl https://www.gutenberg.org/cache/epub/24022/pg24022.txt -o ./ragtest/input/book.txt
```
Next we'll inject some required config variables: