I see download_loader is deprecated now and the solution is downloading the actual package itself. I'm trying to load PDFReader but am not sure what the actual package is called (it's not PDFReader as far as I can tell)
Ok so I'm now getting "TypeError: expected str, bytes or os.PathLike object, not UploadedFile". This may or may not be a LlamaIndex related issue but it's happening when I upload a PDF thru Streamlit and pass it to PDFReader's load_data() function. Interestingly, this method worked before the update π€