Find answers from the community

Updated last year

LlamaHub

running into issue - No module named 'llama_index.utilities' on this line DatabaseReader = download_loader('DatabaseReader')
L
a
2 comments
Yea llama-hub probably won't work with a version that old. We refactored our database support to not depend on langchain, hence this reader is broken for older versions

Try importing from the reader directly in llama-index instead

from llama_index.readers.database import DatabaseReader
thanks @Logan M
Add a reply
Sign up and join the conversation on Discord