Find answers from the community

Updated 10 months ago

[Question about V0.10]

[Question about V0.10]
I need you guys support:

After I upgrade LlamaIndex to V0.10, I meet this Warning message.

" DeprecationWarning: Call to deprecated function (or staticmethod) download_loader. (download_loader() is deprecated. Please install tool using pip install directly instead.)"

How to install using pip? I am using " PandasCSVReader = download_loader("PandasCSVReader") "
L
Z
3 comments
pip install llama-index-readers-file

from llama_index.readers.file import PandasCSVReader
Updating llama-hub is in progress πŸ™‚
Thanks @Logan M . It works well.
Add a reply
Sign up and join the conversation on Discord