ValidationError: 1 validation error for LLMChain llm Can’t instantiate abstract class BaseLanguageModel with abstract methods
I am building a RAG application using Groq API, langchain and Streamlit. It uses OllamaEmbeddings for embedding the text and Groq as the large language model. Here is the code: