Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
hello,
hello,
Inactive
0
Follow
K
Killian_
9 months ago
ยท
hello,
I came back with a little error that i don't really understand:
i didn't find any anwser about this error in llamaindex docs, and i'm not using "Docx" document so why should i use "DocxReader", can someone help me understand?
Attachment
W
K
L
9 comments
Share
Open in Discord
W
WhiteFang_Jr
9 months ago
Are you parsing files locally using SimpleDirectoryReader or something else?
K
Killian_
9 months ago
yes locally using simpledirectoryreader
W
WhiteFang_Jr
9 months ago
All the readers are combined together under this pypi package:
pip install llama-index-readers-file
If you are parsing files, you will have to install this package
W
WhiteFang_Jr
9 months ago
This will take care of the error
K
Killian_
9 months ago
i've already install it
W
WhiteFang_Jr
9 months ago
Attachment
W
WhiteFang_Jr
9 months ago
Your error says
llama-index-readers-file
package not found. Can you check if it is installed in your env
K
Killian_
9 months ago
it's installed
L
Logan M
9 months ago
are you sure it is?
pip show llama-index-readers-file
If that returns something, maybe start with a fresh venv
Add a reply
Sign up and join the conversation on Discord
Join on Discord