dlaima commited on
Commit
6b09350
·
verified ·
1 Parent(s): 4097d7c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -1
requirements.txt CHANGED
@@ -10,4 +10,11 @@ wikipedia
10
 
11
 
12
  langchain>=0.0.170
13
- langchain-community==0.0.17
 
 
 
 
 
 
 
 
10
 
11
 
12
  langchain>=0.0.170
13
+ langchain-community==0.0.17
14
+
15
+ # Additional tools for LangChain Wikipedia integration
16
+ beautifulsoup4
17
+ html2text
18
+
19
+ transformers>=4.40.0
20
+ huggingface_hub>=0.21.4