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

- **Description:** Fix the exception from langchain.utilities import
ArceeWrapper
This commit is contained in:
gnakw 2023-10-27 00:19:43 +08:00 committed by GitHub
parent 374f4cd2bf
commit 20fe515f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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":