Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
llama-index
|
| 2 |
pypdf
|
| 3 |
streamlit
|
| 4 |
#huggingface_hub[inference]>=0.19.0
|
|
@@ -6,5 +6,5 @@ transformers
|
|
| 6 |
torch
|
| 7 |
watchdog
|
| 8 |
PyPDF2
|
| 9 |
-
llama-index-embeddings-huggingface
|
| 10 |
huggingface_hub==0.16.4
|
|
|
|
| 1 |
+
#llama-index
|
| 2 |
pypdf
|
| 3 |
streamlit
|
| 4 |
#huggingface_hub[inference]>=0.19.0
|
|
|
|
| 6 |
torch
|
| 7 |
watchdog
|
| 8 |
PyPDF2
|
| 9 |
+
#llama-index-embeddings-huggingface
|
| 10 |
huggingface_hub==0.16.4
|