@DhananjayanOnline good question. Luckily, much of the way the LlamaIndex framework itself interacts with S3 is via s3fs here in engine.py. Looks like s3fs does in fact claim to have some level of support for MinIO here. Would be great if you could try that out and report back on how it goes!
@DhananjayanOnline good question. Luckily, much of the way the LlamaIndex framework itself interacts with S3 is via
s3fs
here in engine.py. Looks likes3fs
does in fact claim to have some level of support for MinIO here. Would be great if you could try that out and report back on how it goes!