Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.24.0
|
2 |
+
langchain>=0.2.0
|
3 |
+
langchain-community>=0.2.0
|
4 |
+
faiss-cpu>=1.7.4
|
5 |
+
PyPDF2>=3.0.1
|
6 |
+
sentence-transformers>=2.6.0
|
7 |
+
huggingface-hub>=0.23.0
|
8 |
+
torch>=2.0.0
|
9 |
+
numpy>=1.26.0
|
10 |
+
transformers>=4.41.0 # For lighter models
|