mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 18:33:40 +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:
parent
374f4cd2bf
commit
20fe515f20
@ -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…
Reference in New Issue
Block a user