This repository was archived by the owner on Mar 18, 2026. It is now read-only.
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
arun to ainvoke for langchain chat models #45
Using the
arunmethods to call a chat model -- which is what we currently do -- gives the following warning:LangChainDeprecationWarning: The function arun was deprecated in LangChain 0.1.0 and will be removed in 0.2.0. Use ainvoke instead.arunwill be removed inlangchain==0.2.0(currently at0.1.14) so we should update this sooner rather than later