AC-Angelo93 commited on
Commit
b9c670e
·
verified ·
1 Parent(s): dfe4f5a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -2,7 +2,11 @@ gradio
2
  requests
3
  pandas
4
  python-dotenv
 
 
 
 
 
 
 
5
  wikipedia
6
- langchain>=0.0.325 # core LangChain
7
- langchain-community # for HF-hub & WikipediaLoader
8
- huggingface-hub # HF token handling
 
2
  requests
3
  pandas
4
  python-dotenv
5
+
6
+ # LangChain + Community
7
+ langchain>=0.0.325
8
+ langchain-community
9
+ huggingface-hub
10
+
11
+ # Wikipedia loader
12
  wikipedia