Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.100.0
|
| 2 |
+
hypercorn==0.14.4
|
| 3 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
| 4 |
+
torch==2.3.1+cpu
|
| 5 |
+
torchvision==0.18.1+cpu
|
| 6 |
+
torchaudio==2.3.1+cpu
|
| 7 |
+
python-dotenv
|
| 8 |
+
qdrant-client
|
| 9 |
+
qdrant-client[fastembed]>=1.8.2
|
| 10 |
+
sentence-transformers
|