llama-index-readers-web
dependency. I guess LlamaIndex is more modular now π llama-index
project from 0.9.7
to 0.10.30
and I can't seem to find SimpleWebPageReader
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.