Find answers from the community

Updated 2 years ago

I have several files with a prefix in my

I have several files with a prefix in my S3 bucket and would like to use build_graph_from_documents on them. What's the best way of doing this? I tried using the S3Reader but it, unfortunately, kept throwing an error.
L
1 comment
probably just use boto3 and load/read the document strings manually? Then you can create the document objects
Add a reply
Sign up and join the conversation on Discord