kingabzpro commited on
Commit
5c5c25a
·
verified ·
1 Parent(s): cb4cfe9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
- gradio==4.44.0
 
 
 
 
 
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