Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +23 -1
requirements.txt
CHANGED
|
@@ -1 +1,23 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
gradio
|
| 3 |
+
openai
|
| 4 |
+
llama-index>=0.11.0
|
| 5 |
+
anthropic
|
| 6 |
+
requests
|
| 7 |
+
python-dotenv
|
| 8 |
+
dataclasses
|
| 9 |
+
beautifulsoup4
|
| 10 |
+
duckduckgo-search
|
| 11 |
+
llama-index-llms-anthropic
|
| 12 |
+
modal
|
| 13 |
+
llama-index-core>=0.10.0
|
| 14 |
+
llama-index-readers-web>=0.1.0
|
| 15 |
+
google-api-python-client>=2.70.0
|
| 16 |
+
PyGithub>=1.58.0
|
| 17 |
+
PyPDF2>=3.0.0
|
| 18 |
+
python-docx>=0.8.11
|
| 19 |
+
python-pptx>=0.6.21
|
| 20 |
+
urllib3>=1.26.0
|
| 21 |
+
pathlib>=1.0.1
|
| 22 |
+
argparse>=1.4.0
|
| 23 |
+
llama-index-tools-mcp
|