Find answers from the community

Updated 7 months ago

Modular

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.
L
o
2 comments
Yes, nearly every integration is a package now. Rather than having hidden dependencies, it's all rather explicit now (with namespaced packages/imports)
That's nice! I approve πŸ‘ Thanks for confirming, @Logan M
Add a reply
Sign up and join the conversation on Discord