Find answers from the community

Updated 6 months ago

How can I import BaseReader in the

At a glance

The community member is asking how to import BaseReader in the latest version of a library, as they were able to do it in an older version using from llama_index.readers.base import BaseReader. Another community member provides the answer, suggesting to use from llama_index.core.readers.base import BaseReader instead.

How can I import BaseReader in the latest version?

In an old version I did it like this: from llama_index.readers.base import BaseReader

I'm asking here because I cannot find it anywhere else
L
s
2 comments
from llama_index.core.readers.base import BaseReader
Add a reply
Sign up and join the conversation on Discord