The community member is experiencing a ModuleNotFoundError with the llama_index.readers.base module, which used to work before. Another community member confirms that LlamaIndex went through a major update in version 0.10, and suggests checking the changes in the LlamaIndex blog post. The community members also discuss whether they can still use legacy LlamaIndex code, and one community member provides a link to the legacy code and notes that some import updates may be required.
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???