-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
Affects Version/s: None
-
None
Context
As pointed out in https://github.com/langchain-ai/langchain-mongodb/issues/215, some of our async support is "magical" in that we inherit from the base LangChain class that has async methods. In all of our classes that have that behavior, we should add an example of async usage.
Definition of done
Update class docstrings to include async usage examples where appropriate.
Pitfalls
None