SimpleDirectoryReader(input_files=[xyz.pdf]).load_data() throws the error: cannot import name 'DocxReader' from 'llama_index.readers.file' and `llama-index-readers-file` package not found, despite all packages being present. WHat can I do to fix it
This suggests an issue with the import statement or module availability, possibly due to a change in the library's structure or your environment setup.
Thank you, looking forward to more advanced and practical use with llama-index.
Thanks!
Awesome way of teaching
Great stuff thank you
Why are we not chunking the data?
Excellent Sir
Lucid Articulation...
SimpleDirectoryReader(input_files=[xyz.pdf]).load_data() throws the error: cannot import name 'DocxReader' from 'llama_index.readers.file' and `llama-index-readers-file` package not found, despite all packages being present. WHat can I do to fix it
This suggests an issue with the import statement or module availability, possibly due to a change in the library's structure or your environment setup.