Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
2 |
llama-index-embeddings-mixedbreadai==0.3.0
|
3 |
-
llama-index-llms-groq==0.3.2
|
4 |
-
llama-index==0.12.42
|
|
|
1 |
+
# Core UI
|
2 |
+
gradio==5.34.0 # latest stable – fixes the bool-schema bug
|
3 |
+
gradio_client==0.15.0 # keep client in sync with gradio
|
4 |
+
|
5 |
+
# Embedding & LLM adapters
|
6 |
+
llama-index==0.12.42
|
7 |
llama-index-embeddings-mixedbreadai==0.3.0
|
8 |
+
llama-index-llms-groq==0.3.2
|
|