mirror of
https://github.com/run-llama/sec-insights.git
synced 2026-07-01 20:24:03 -04:00
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
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BytesByJay on GitHub (Oct 21, 2023).
@sourabhdesai commented on GitHub (Oct 23, 2023):
@DhananjayanOnline good question. Luckily, much of the way the LlamaIndex framework itself interacts with S3 is via
s3fshere in engine.py. Looks likes3fsdoes 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!