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
There are a number of deprecations that appear in lang_chain_agent.py that will be removed in LangChain 0.3.0. We should attempt to fix these now, rather than waiting for version 0.3.0.
WARNING:py.warnings:/home/vscode/.cache/pypoetry/virtualenvs/chat-with-your-data-solution-accelerator-PQGzWDPx-py3.11/lib/python3.11/site-packages/langchain_core/_api/deprecation.py:119: LangChainDeprecationWarning: The class `LLMChain` was deprecated in LangChain 0.1.17 and will be removed in 0.3.0. Use RunnableSequence, e.g., `prompt | llm` instead.
warn_deprecated(
WARNING:py.warnings:/home/vscode/.cache/pypoetry/virtualenvs/chat-with-your-data-solution-accelerator-PQGzWDPx-py3.11/lib/python3.11/site-packages/langchain_core/_api/deprecation.py:119: LangChainDeprecationWarning: The class `ZeroShotAgent` was deprecated in LangChain 0.1.0 and will be removed in 0.3.0. Use create_react_agent instead.
warn_deprecated(
WARNING:py.warnings:/home/vscode/.cache/pypoetry/virtualenvs/chat-with-your-data-solution-accelerator-PQGzWDPx-py3.11/lib/python3.11/site-packages/langchain_core/_api/deprecation.py:119: LangChainDeprecationWarning: The method `Chain.run` was deprecated in langchain 0.1.0 and will be removed in 0.3.0. Use invoke instead.
warn_deprecated(
Requirements
A list of requirements to consider this feature delivered
Remove all deprecations that appear in the logs when orchestrator is set to langchain
Tasks
To be filled in by the engineer picking up the issue
The text was updated successfully, but these errors were encountered:
Motivation
There are a number of deprecations that appear in
lang_chain_agent.py
that will be removed in LangChain 0.3.0. We should attempt to fix these now, rather than waiting for version 0.3.0.Requirements
A list of requirements to consider this feature delivered
langchain
Tasks
To be filled in by the engineer picking up the issue
The text was updated successfully, but these errors were encountered: