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...
bc8cd8f
ai_workflows
/
workflows
/
tools
/
search_web.py
theRealNG
workflow(lesson_extractor): v1 for lesson_extractor
4ad7a82
almost 2 years ago
raw
Copy download link
history
blame
Safe
122 Bytes
from
langchain_community.tools.tavily_search
import
TavilySearchResults
search_tool = TavilySearchResults(max_results=
5
)