You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a custom chain using an %%ai magic command, the user sees a warning:
/opt/miniconda3/envs/jupyter-ai-jl4/lib/python3.11/site-packages/langchain_core/_api/deprecation.py:117: LangChainDeprecationWarning: The function `run` was deprecated in LangChain 0.1.0 and will be removed in 0.2.0. Use invoke instead.
warn_deprecated(
The chain still runs. invoke has the same interface as run, but run will be removed in LangChain 0.2.0.
The text was updated successfully, but these errors were encountered:
When running a custom chain using an
%%ai
magic command, the user sees a warning:The chain still runs.
invoke
has the same interface asrun
, butrun
will be removed in LangChain 0.2.0.The text was updated successfully, but these errors were encountered: