Is gpt_index override with llama_index?

334 views Asked by At

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.

0

There are 0 answers