-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: Add Unstructured Component to Document Loaders #3308
feat: Add Unstructured Component to Document Loaders #3308
Conversation
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. Last Modified at 13 Aug 24 15:46 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Hey @erichare We have the |
Fantastic @ogabrielluiz . i missed it. i'll update this shortly 😄 |
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.
Hey @erichare
Thank you. Looks really good.
This pull request adds an Unstructured component as a document loader, using the langchain library. Question: Can we have a file picker as a component? Right now i just used a StrInput for providing a file path, but would be cool if we could just choose files directly.