We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd5f65 commit ad7089aCopy full SHA for ad7089a
langchain/utilities/duckduckgo_search.py
@@ -30,7 +30,7 @@ class Config:
30
def validate_environment(cls, values: Dict) -> Dict:
31
"""Validate that python package exists in environment."""
32
try:
33
- from duckduckgo_search import ddg # noqa: F401
+ from duckduckgo_search import DDGS # noqa: F401
34
except ImportError:
35
raise ValueError(
36
"Could not import duckduckgo-search python package. "
0 commit comments