Spaces:
Sleeping
Sleeping
Commit
·
6bee5a3
1
Parent(s):
3025519
fixed readme
Browse files
README.md
CHANGED
@@ -40,6 +40,7 @@ Please, do not change `OPENAI_EMBEDDINGS_MODEL` value.
|
|
40 |
To run the script which builds RAG, you need to launch the following commands:
|
41 |
```bash
|
42 |
pip install -r requirements.txt
|
|
|
43 |
python ./build_rag.py --path_to_dataset Dataset --path_to_index faiss_db
|
44 |
```
|
45 |
|
|
|
40 |
To run the script which builds RAG, you need to launch the following commands:
|
41 |
```bash
|
42 |
pip install -r requirements.txt
|
43 |
+
python -m nltk.downloader punkt
|
44 |
python ./build_rag.py --path_to_dataset Dataset --path_to_index faiss_db
|
45 |
```
|
46 |
|