Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RamezCh
/
Use_Case_for_Agentic_RAG
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RamezCh
commited on
Jun 22, 2025
Commit
70ac305
·
verified
·
1 Parent(s):
c76bc05
Create tools.py
Browse files
Files changed (1)
hide
show
tools.py
+3
-0
tools.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from langchain_community.tools import DuckDuckGoSearchRun
2
+
3
+
search_tool = DuckDuckGoSearchRun()