Browse Source
Update README.md
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
cgo
Matt Williams
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
examples/python-rag-newssummary/README.md
|
|
|
@ -17,6 +17,6 @@ This example lets you pick from a few different topic areas, then summarize the |
|
|
|
You can run the example like this: |
|
|
|
|
|
|
|
```bash |
|
|
|
python3 -m pip install -r requirements.txt |
|
|
|
python3 summ.py |
|
|
|
pip install -r requirements.txt |
|
|
|
python summ.py |
|
|
|
``` |
|
|
|
|