EDIT: RESOLVED. Needed separate llama-index-readers-web dependency. I guess LlamaIndex is more modular now π ---- Hi there! Upgrading a llama-index project from 0.9.7 to 0.10.30 and I can't seem to find SimpleWebPageReader
When importing with from llama_index.readers.web import SimpleWebPageReader, I keep getting ModuleNotFoundError: No module named 'llama_index.readers.web'. I've made the necessary changes to this project for other reader classes but can't figure this one out.
Yes, nearly every integration is a package now. Rather than having hidden dependencies, it's all rather explicit now (with namespaced packages/imports)