Spaces:
Runtime error
Runtime error
ccc
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
-
llama-index>=0.10.0,<0.11.0
|
| 2 |
-
llama-index-core
|
| 3 |
-
llama-index-llms-huggingface-api
|
| 4 |
duckduckgo-search
|
| 5 |
wikipedia
|
| 6 |
huggingface_hub
|
|
@@ -9,3 +7,6 @@ requests
|
|
| 9 |
pandas
|
| 10 |
google-generativeai
|
| 11 |
nltk
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
llama-index>=0.10.0,<0.11.0
|
|
|
|
|
|
|
| 2 |
duckduckgo-search
|
| 3 |
wikipedia
|
| 4 |
huggingface_hub
|
|
|
|
| 7 |
pandas
|
| 8 |
google-generativeai
|
| 9 |
nltk
|
| 10 |
+
beautifulsoup4
|
| 11 |
+
langchain_community
|
| 12 |
+
tavily-python
|