Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
realrohilbansal
/
LegalAlly
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8143c9
LegalAlly
/
src
/
websearch.py
Rohil Bansal
committing chatbot
353edf3
6 months ago
raw
Copy download link
history
blame
164 Bytes
### Search
from
langchain_community.tools.tavily_search
import
TavilySearchResults
from
src.index
import
tavily_api_key
web_search_tool = TavilySearchResults(k=
3
)