Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
+
python-dotenv==1.0.0
|
| 5 |
+
PyPDF2==3.0.1
|
| 6 |
+
langchain==0.0.350
|
| 7 |
+
langchain-groq==0.0.1
|
| 8 |
+
langchain-community==0.0.10
|
| 9 |
+
faiss-cpu==1.7.4
|
| 10 |
+
torch>=2.1.0
|
| 11 |
+
transformers>=4.40.0
|
| 12 |
+
sentence-transformers
|
| 13 |
+
arxiv
|
| 14 |
+
requests==2.31.0
|