the from langchain.llms import Ollama has to be replaced with from langchain_community.llms import Ollama
the
from langchain.llms import Ollama
has to be replaced with
from langchain_community.llms import Ollama