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
<python_home_folder>python3.12/site-packages/langchain_core/_api/deprecation.py:139: 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.
The text was updated successfully, but these errors were encountered:
I get the following deprecation warning
<python_home_folder>python3.12/site-packages/langchain_core/_api/deprecation.py:139: 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.The text was updated successfully, but these errors were encountered: