Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--prefer-binary
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
transformers==4.41.2
|
| 4 |
+
huggingface_hub>=0.23.0
|
| 5 |
+
safetensors
|
| 6 |
+
gradio==4.39.0
|
| 7 |
+
requests>=2.25.0
|
| 8 |
+
beautifulsoup4>=4.9.0
|
| 9 |
+
numpy>=1.21.0
|
| 10 |
+
scikit-learn>=1.3.0
|
| 11 |
+
transformers>=4.40.0
|
| 12 |
+
accelerate>=0.27.0
|
| 13 |
+
chromadb>=0.4.0
|
| 14 |
+
sentence-transformers>=2.2.0
|
| 15 |
+
pypdf>=3.0.0
|
| 16 |
+
matplotlib>=3.5.0
|
| 17 |
+
langchain==0.2.0
|
| 18 |
+
langchain-community>=0.2.0
|
| 19 |
+
langchain-huggingface>=0.0.1
|
| 20 |
+
langchain-text-splitters>=0.0.1
|
| 21 |
+
langchain-core>=0.2.0
|
| 22 |
+
datasets>=2.14.0
|
| 23 |
+
qdrant-client==1.9.1
|
| 24 |
+
langchain-qdrant>=0.1.0
|
| 25 |
+
langchain-groq>=0.1.0
|
| 26 |
+
nest_asyncio
|
| 27 |
+
groq>=0.5.0
|
| 28 |
+
curl_cffi>=0.7.0
|