-
Notifications
You must be signed in to change notification settings - Fork 15.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: support unstructured_kwargs for s3 loader #15473
Feat: support unstructured_kwargs for s3 loader #15473
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @3coins
@@ -83,7 +84,7 @@ def __init__( | |||
the client will be the result of calling ``merge()`` on the | |||
default config with the config provided to this call. | |||
""" | |||
super().__init__() | |||
super().__init__(**unstructured_kwargs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we add documentation to the docstring? otherwise looks good to me!
@hwchase17 I believe this minor adjustment has the potential to overcome a significant challenge we've been facing. Would it be possible for someone to review and merge this change? I'm confident it will bring substantial improvements. |
…n-ai#15473) fix langchain-ai#15472 Co-authored-by: Bagatur <[email protected]>
fix #15472 Co-authored-by: Bagatur <[email protected]>
fix #15472