Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
llama-index==0.10.18
|
2 |
-
llama-index-llms-groq==0.1.3
|
3 |
-
chainlit==1.0.401
|
4 |
-
groq==0.4.2
|
5 |
-
python-dotenv==1.0.1
|
6 |
-
llama-index-embeddings-
|
7 |
-
llama-index-postprocessor-cohere-rerank==0.1.2
|
|
|
1 |
+
llama-index==0.10.18
|
2 |
+
llama-index-llms-groq==0.1.3
|
3 |
+
chainlit==1.0.401
|
4 |
+
groq==0.4.2
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
llama-index-embeddings-huggingface==0.2.0
|
|