Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -8,8 +8,8 @@ altair==4
|
|
8 |
tiktoken==0.4.0
|
9 |
pydantic==2.6.4
|
10 |
# uncomment to use huggingface llms
|
11 |
-
|
12 |
|
13 |
# uncomment to use instructor embeddings
|
14 |
# InstructorEmbedding==1.0.1
|
15 |
-
|
|
|
8 |
tiktoken==0.4.0
|
9 |
pydantic==2.6.4
|
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
|