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? #30

Closed
opened 2026-02-15 23:16:53 -05:00 by yindo · 1 comment
Owner

Originally created by @BytesByJay on GitHub (Oct 21, 2023).

Originally created by @BytesByJay on GitHub (Oct 21, 2023).
yindo closed this issue 2026-02-15 23:16:53 -05:00
Author
Owner

@sourabhdesai commented on GitHub (Oct 23, 2023):

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

@sourabhdesai commented on GitHub (Oct 23, 2023): @DhananjayanOnline good question. Luckily, much of the way the LlamaIndex framework itself interacts with S3 is via [`s3fs`](https://s3fs.readthedocs.io/en/latest/) here in [engine.py](https://github.com/run-llama/sec-insights/blob/main/backend/app/chat/engine.py#L66-L74). Looks like `s3fs` does in fact claim to have some level of support for MinIO [here](https://s3fs.readthedocs.io/en/latest/#s3-compatible-storage). Would be great if you could try that out and report back on how it goes!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/sec-insights#30