Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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
|
|
|
|
|
|