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
Small update, just not to forget. As for incoming changes with langchain it would be nice to update doc and code to reflect changes.
Change where -
Old code: from langchain.llms import Ollama
New code: from langchain_community.llms import Ollama
error message:
LangChainDeprecationWarning: Importing LLMs from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:
`from langchain_community.llms import Ollama`.
To install langchain-community run `pip install -U langchain-community`.
warnings.warn(
The text was updated successfully, but these errors were encountered:
Small update, just not to forget. As for incoming changes with langchain it would be nice to update doc and code to reflect changes.
Change where -
error message:
The text was updated successfully, but these errors were encountered: