Find answers from the community

Updated 3 months ago

Hi All...several imports are failing

Hi All...several imports are failing such as "from llama_index.core import download_loader"
L
W
4 comments
ah that one specifically is a little wonky, debugging now
(technically download loader is deprecated now btw)
You can download either packs or loader as pypi package directly
Also, this import works: from llama_index.core.readers.download import download_loader
Add a reply
Sign up and join the conversation on Discord