Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ sentence-transformers==2.4.0
|
|
8 |
faiss-cpu
|
9 |
torch
|
10 |
einops
|
11 |
-
opt_einsum
|
|
|
|
8 |
faiss-cpu
|
9 |
torch
|
10 |
einops
|
11 |
+
opt_einsum
|
12 |
+
InstructorEmbedding
|