Hey all - I am using the SimpleDirectoryReader to parse some basic word artifacts (docx & pptx). According to the docs they are both supported by default. However, for both I am getting file loading errors. Both txt & pdfs are working fine. They are basic, small artifacts. Any thoughts or suggestions?
Errors:Failed to load file dev/llamaindex/multi-modal/Bikes.pptx with error: The expanded size of the tensor (16) must match the existing size (14) at non-singleton dimension 0. Target sizes: [16]. Tensor sizes: [14]. Skipping...
Failed to load file /dev/llamaindex/multi-modal/~$ke_Company_Data.docx with error: File is not a zip file. Skipping...
SimpleDirectoryReader -
https://docs.llamaindex.ai/en/stable/module_guides/loading/simpledirectoryreader/?gad_source=1&gclid=Cj0KCQjw5cOwBhCiARIsAJ5njubnGYY3NjP8r3E42fQb_lLj3hG8QwN7xhrXol1Qz71aqWshIPDGkk0aAlnREALw_wcB