Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -17,4 +17,7 @@ huggingface-hub==0.14.1
|
|
17 |
|
18 |
# uncomment to use instructor embeddings
|
19 |
|
20 |
-
sentence-transformers==2.2.2
|
|
|
|
|
|
|
|
17 |
|
18 |
# uncomment to use instructor embeddings
|
19 |
|
20 |
+
sentence-transformers==2.2.2
|
21 |
+
|
22 |
+
|
23 |
+
pydantic==2.9.2
|