Nancy1906 commited on
Commit
21e94ac
·
verified ·
1 Parent(s): 5b6cef8
Files changed (1) hide show
  1. requirements.txt +5 -9
requirements.txt CHANGED
@@ -1,13 +1,9 @@
1
- llama-index>=0.10.0,<0.11.0
2
- wikipedia
3
- huggingface_hub
4
- gradio
5
- requests
6
- pandas
7
  google-generativeai
8
- nltk
 
 
 
9
  beautifulsoup4
10
- langchain_community
11
- tavily-python
12
  lxml
13
  html5lib
 
 
 
 
 
 
 
 
1
  google-generativeai
2
+ llama-index
3
+ llama-index-llms-huggingface # <--- IMPORTANTE PARA LA NUEVA CLASE
4
+ langchain-community
5
+ pandas
6
  beautifulsoup4
 
 
7
  lxml
8
  html5lib
9
+ tavily-python