Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
|
4 |
-
langchain
|
5 |
-
langgraph
|
6 |
-
langchain-openai
|
7 |
-
langchain-community
|
|
|
8 |
|
9 |
# Tools and Utilities
|
10 |
-
duckduckgo-search
|
11 |
-
wikipedia
|
12 |
-
requests
|
13 |
|
14 |
# Optional (but recommended) for enhanced functionality
|
15 |
python-dotenv==1.0.1 # For environment variable management
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
|
4 |
+
langchain>=0.2.0
|
5 |
+
langgraph>=0.0.33
|
6 |
+
langchain-openai>=0.1.7
|
7 |
+
langchain-community>=0.2.0
|
8 |
+
|
9 |
|
10 |
# Tools and Utilities
|
11 |
+
duckduckgo-search>=5.1.0
|
12 |
+
wikipedia>=1.4.0
|
13 |
+
requests>=2.31.0
|
14 |
|
15 |
# Optional (but recommended) for enhanced functionality
|
16 |
python-dotenv==1.0.1 # For environment variable management
|