Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
|
|
1 |
PyPDF2
|
2 |
python-dotenv
|
3 |
streamlit
|
4 |
matplotlib
|
5 |
regex
|
6 |
requests
|
7 |
-
sentence-transformers
|
8 |
scikit-learn
|
9 |
numpy
|
|
|
1 |
+
llama-index==0.10.17
|
2 |
PyPDF2
|
3 |
python-dotenv
|
4 |
streamlit
|
5 |
matplotlib
|
6 |
regex
|
7 |
requests
|
|
|
8 |
scikit-learn
|
9 |
numpy
|