Find answers from the community

Updated 5 months ago

@Logan M Hey ! I have some troubles

@Logan M Hey ! I have some troubles using SimpleDirectoryReader.
It seems like llama-index-readers-file package was not found although I did install it in my requirements.txt
Plain Text
fastapi
uvicorn
pydantic
loguru
llama-index-experimental
llama-index-embeddings-huggingface
llama-index-llms-ollama
llama-index-finetuning
llama-index-readers-file
sqlalchemy


I'm running my application on Jetson AGX Orin, however, it seems like upgrading, by installing llama-index-finetuning, that leads to some troubles when using SimpleDirectoryReader.

Is there a way to use SentenceTransformersFinetuneEngine without upgrading ? I just feel like the docker images on Jetson, can't handle yet new modules...
W
L
A
4 comments
Try installing/upgrade llama-index-core as well.
pip install -U llama-index-core
Yea, its probably pip install -U llama-index-core llama-index-readers-file (and restarting any notebooks, if you are running in a nobebook)
Ok ! Thanks a lot, I will test that πŸ™‚
Thanks, It did indeed fix the issues πŸ™‚
Add a reply
Sign up and join the conversation on Discord