Find answers from the community

Updated 10 months ago

I keep getting a `ModuleNotFoundError:

I keep getting a ModuleNotFoundError: No module named 'llama_index.readers.base' even on code that used to run without issues before, was there an update to the llama-index repo that depreciated that???
W
G
4 comments
Yes, LlamaIndex went on huge update with v0.10.
You'll find changes here: https://blog.llamaindex.ai/llamaindex-v0-10-838e735948f8
didn't know that, thanks for letting me know!
would I still be able to use legacy llama-index code?
Yes it is present here: https://github.com/run-llama/llama_index/tree/main/llama-index-legacy/llama_index/legacy

You'll have to make some import updates for this to work
Add a reply
Sign up and join the conversation on Discord