Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
transformers>=4.40.0
|
3 |
# Core LangChain libraries
|
4 |
langchain
|
5 |
-
# Library for using Hugging Face models with LangChain
|
6 |
langchain-huggingface
|
|
|
7 |
# Other dependencies we still need
|
8 |
torch
|
9 |
accelerate
|
10 |
-
gradio[oauth]==5.25.2
|
11 |
uvicorn>=0.14.0
|
12 |
spaces
|
13 |
pandas
|
@@ -15,4 +15,4 @@ beautifulsoup4
|
|
15 |
pytz
|
16 |
requests
|
17 |
# Tool-specific dependencies
|
18 |
-
duckduckgo-search
|
|
|
2 |
transformers>=4.40.0
|
3 |
# Core LangChain libraries
|
4 |
langchain
|
|
|
5 |
langchain-huggingface
|
6 |
+
langchain-community # <<< --- ADD THIS MISSING PACKAGE
|
7 |
# Other dependencies we still need
|
8 |
torch
|
9 |
accelerate
|
10 |
+
gradio[oauth]==5.25.2
|
11 |
uvicorn>=0.14.0
|
12 |
spaces
|
13 |
pandas
|
|
|
15 |
pytz
|
16 |
requests
|
17 |
# Tool-specific dependencies
|
18 |
+
duckduckgo-search
|