run-llama / sec-insights

A real world full-stack application using LlamaIndex
https://www.secinsights.ai/
MIT License
2.37k stars 643 forks source link

if it's possible to use Minio instead of S3 buckets. If so, could you please advise me on what changes are required to make that switch? #59

Closed BytesByJay closed 1 year ago

sourabhdesai commented 1 year ago

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