mirror of
https://github.com/microsoft/graphrag.git
synced 2025-12-15 17:18:44 +00:00
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:
parent
9fa6b91684
commit
cd4f1fa9ba
@ -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
|
Now let's get a copy of A Christmas Carol by Charles Dickens from a trusted source
|
||||||
|
|
||||||
```sh
|
```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:
|
Next we'll inject some required config variables:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user