mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 21:47:12 +00:00
Fix the exception from langchain.utilities import ArceeWrapper (#12342)
- **Description:** Fix the exception from langchain.utilities import ArceeWrapper
This commit is contained in:
@@ -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":
|
||||
|
Reference in New Issue
Block a user