Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -14
requirements.txt
CHANGED
|
@@ -1,15 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
smolagents
|
| 3 |
llama-index-core
|
| 4 |
-
llama-index-
|
| 5 |
-
llama-index-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
requests>=2.31.0
|
| 11 |
-
pytz>=2023.3
|
| 12 |
-
pyyaml>=6.0
|
| 13 |
-
deep-translator>=1.11.4
|
| 14 |
-
python-dotenv
|
| 15 |
-
ddgs
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
smolagents
|
| 3 |
llama-index-core
|
| 4 |
+
llama-index-llms-huggingface
|
| 5 |
+
llama-index-agent-openai # Sometimes needed for core agent logic deps
|
| 6 |
+
deep-translator
|
| 7 |
+
pytz
|
| 8 |
+
requests
|
| 9 |
+
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|