@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
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...