Find answers from the community

Updated 3 months ago

@Logan M in the SimpleDirectoryReader()

in the SimpleDirectoryReader() llama-index-readers-file isn't recognizing PandasExcelReader even though the documentation says it was added:
from llama_index.readers.file import (
DocxReader,
EpubReader,
HWPReader,
ImageReader,
IPYNBReader,
MarkdownReader,
MboxReader,
PandasCSVReader,
PandasExcelReader,
PDFReader,
PptxReader,
VideoAudioReader,
) # pants: no-infer-dep
L
B
3 comments
pip install -U llama-index-core llama-index-readers-file probably?
(Not sure what you meant by not recognizing)
yea i got it fixed doing that thanks!
Add a reply
Sign up and join the conversation on Discord