Spaces:
Sleeping
Sleeping
Boakye I. Ababio commited on
Commit ·
73bc15f
1
Parent(s): f847ac9
pydantic
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -6,10 +6,10 @@ openai==0.27.6
|
|
| 6 |
faiss-cpu==1.7.4
|
| 7 |
altair==4
|
| 8 |
tiktoken==0.4.0
|
| 9 |
-
pydantic==1.8
|
| 10 |
# uncomment to use huggingface llms
|
| 11 |
-
|
| 12 |
|
| 13 |
# uncomment to use instructor embeddings
|
| 14 |
-
|
| 15 |
-
|
|
|
|
| 6 |
faiss-cpu==1.7.4
|
| 7 |
altair==4
|
| 8 |
tiktoken==0.4.0
|
| 9 |
+
pydantic==1.8.2
|
| 10 |
# uncomment to use huggingface llms
|
| 11 |
+
huggingface-hub==0.14.1
|
| 12 |
|
| 13 |
# uncomment to use instructor embeddings
|
| 14 |
+
InstructorEmbedding==1.0.1
|
| 15 |
+
sentence-transformers==2.2.2
|