Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
beautiful-code
/
ai_workflows
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
ai_workflows
/
app
/
workflows
/
tools
/
search_web.py
theRealNG
restructure the codebase
1f39bb8
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
from
langchain_community.tools.tavily_search
import
TavilySearchResults
search_tool = TavilySearchResults(max_results=
5
)