Fix the exception from langchain.utilities import ArceeWrapper (#12342)

- **Description:** Fix the exception from langchain.utilities import
ArceeWrapper
pull/12352/head
gnakw 11 months ago committed by GitHub
parent 374f4cd2bf
commit 20fe515f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -217,6 +217,8 @@ def __getattr__(name: str) -> Any:
return _import_alpha_vantage()
elif name == "ApifyWrapper":
return _import_apify()
elif name == "ArceeWrapper":
return _import_arcee()
elif name == "ArxivAPIWrapper":
return _import_arxiv()
elif name == "LambdaWrapper":

Loading…
Cancel
Save