Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
llama_index==0.12.16
|
2 |
-
llama-index-embeddings-huggingface
|
|
|
|
|
3 |
torch==2.5.0
|
4 |
torchvision==0.20.0
|
5 |
torchaudio==2.5.0
|
|
|
1 |
llama_index==0.12.16
|
2 |
+
llama-index-embeddings-huggingface
|
3 |
+
sentence-transformers==2.7.0
|
4 |
+
huggingface_hub==0.23.5
|
5 |
torch==2.5.0
|
6 |
torchvision==0.20.0
|
7 |
torchaudio==2.5.0
|