Find answers from the community

Updated 10 months ago

looks like latest llama_hub `0.0.79.

looks like latest llama_hub 0.0.79.base1 still relies on llama_index.readers.base (^0.9.19) instead of llama_index.core.readers.base (^0.10.12)?

Resulting in things like:

ModuleNotFoundError: No module named 'llama_index.readers.base' when importing things from hub
L
z
3 comments
llama_hub is deprecated, and doesn't work with llama_index==0.10.x -- all packages are now maintained in the llama-index repo

You can install packages directly now instead
thanks Logan, I probably missed that update
Add a reply
Sign up and join the conversation on Discord