Is there anyway to use s3 as the document store itself ? #1884
asharm0662
started this conversation in
General
Replies: 1 comment 2 replies
-
Hey @asharm0662, thanks for reaching out! :-) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there anyway Haystack is able to use s3 buckets in aws as the document store itself, without zipping up files and reading them from the bucket? Ideally I would like for a way to directly upload my documents to s3 without the zipping portion.
I have successfully been able to retrieve the zipped files as per Tutorial 1 for Haystack here and I can read in the zip file that is specified in the tutorial, no problem on my local setup: s3_url = "https://s3.eu-central-1.amazonaws.com/deepset.ai-farm-qa/datasets/documents/wiki_gameofthrones_txt.zip"
Beta Was this translation helpful? Give feedback.
All reactions