Recently I was working with one of my old code. While running it, it throws me an error msg.
from gpt_index import SimpleDirectoryReader, GPTListIndex, GPTSimpleVectorIndex
Error :
ImportError: cannot import name 'BaseLanguageModel' from 'langchain.schema'
Can someone help me to understand this one.