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
The Lanchani module used is deprecated for OLLAMA. Please update the code
error :
LangChainDeprecationWarning: The class Ollama was deprecated in LangChain 0.3.1 and will be removed in 1.0.0. An updated version of the class exists in the :class:~langchain-ollama package and should be used instead. To use it run pip install -U :class:~langchain-ollama and import as from :class:~langchain_ollama import OllamaLLM``.
llm = Ollama(model="llama3.2:latest",
LangChainDeprecationWarning: The method BaseLLM.__call__ was deprecated in langchain-core 0.1.7 and will be removed in 1.0. Use :meth:`~invoke` instead.
slide_data.append(extract_items(llm(f"""
The text was updated successfully, but these errors were encountered:
The Lanchani module used is deprecated for OLLAMA. Please update the code
error :
LangChainDeprecationWarning: The class
Ollama
was deprecated in LangChain 0.3.1 and will be removed in 1.0.0. An updated version of the class exists in the :class:~langchain-ollama package and should be used instead. To use it run
pip install -U :class:~langchain-ollama
and import asfrom :class:
~langchain_ollama import OllamaLLM``.llm = Ollama(model="llama3.2:latest",
LangChainDeprecationWarning: The method
BaseLLM.__call__
was deprecated in langchain-core 0.1.7 and will be removed in 1.0. Use :meth:`~invoke` instead.slide_data.append(extract_items(llm(f"""
The text was updated successfully, but these errors were encountered: