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...
refs/pr/1
ai_workflows
/
tools
/
search_web.py
theRealNG
added intial version of article_suggestion crew
f3f99ec
almost 2 years ago
raw
Copy download link
history
blame
122 Bytes
from
langchain_community.tools.tavily_search
import
TavilySearchResults
search_tool = TavilySearchResults(max_results=
5
)