Create requirements_embeddings.txt
Browse files
requirements_embeddings.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sentence-transformers>=2.2.0
|
| 2 |
+
transformers>=4.30.0
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
numpy>=1.21.0
|
| 5 |
+
scipy>=1.7.0
|
| 6 |
+
scikit-learn>=1.0.0
|
| 7 |
+
faiss-cpu>=1.7.0
|
| 8 |
+
# For GPU support, replace faiss-cpu with:
|
| 9 |
+
# faiss-gpu>=1.7.0
|