Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jfeng1115
/
marketing-analytics-bot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f0de1f3
marketing-analytics-bot
/
langchain
/
serpapi.py
jfeng1115
init commit
58d33f0
over 1 year ago
raw
Copy download link
history
blame
Safe
119 Bytes
"""For backwards compatiblity."""
from
langchain.utilities.serpapi
import
SerpAPIWrapper
__all__ = [
"SerpAPIWrapper"
]