Replies: 1 comment
-
Hi Pags, Generally, this seems like a feature many users might be interested in. Would you ming opening a Proposal documenting your use-case. Here is the process for creating a new proposal: https://github.com/deepset-ai/haystack/tree/main/proposals? |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a bunch of documents in an S3 bucket that I'd like to get into my indexing pipeline. Naively I could download the documents to local disk and then run
run_batch
withfile_paths
, but that seems wasteful. Is there some way to stream data directly from network to Haystack without touching disk?Beta Was this translation helpful? Give feedback.
All reactions