Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.31.1
|
2 |
+
langchain==0.3.0
|
3 |
+
langchain-community==0.3.0
|
4 |
+
faiss-cpu==1.8.0
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
sentence-transformers==3.2.0
|
7 |
+
huggingface_hub==0.26.0
|
8 |
+
python-dotenv==1.0.1
|
9 |
+
torch==2.4.1
|
10 |
+
transformers==4.44.2
|