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