-
-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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
Update unstructured document loaders #2213
Update unstructured document loaders #2213
Conversation
packages/components/nodes/documentloaders/Unstructured/UnstructuredFile.ts
Outdated
Show resolved
Hide resolved
Thanks @QuinnGT this is so good! There's a few other parameters we can add in future:
|
Thank you! I completely agree. Looking forward to the langchain upgrade so we can bring those additional params in. |
merged! |
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.
looks good! are you still planning to add more changes or is it good to merge @QuinnGT ?
Busy today but plan on adding the rest of those params tonight (utc-7).
…On Sat, Apr 20, 2024 at 1:25 PM Henry Heng ***@***.***> wrote:
***@***.**** approved this pull request.
looks good! are you still planning to add more changes or is it good to
merge @QuinnGT <https://github.com/QuinnGT> ?
—
Reply to this email directly, view it on GitHub
<#2213 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSH3R3P3IRXI5QRKAN2IT3Y6LFKNAVCNFSM6AAAAABGOPYZIWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDAMJTGE2DIMJWHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
…alues, and support for null on multiOptions.
Hey @HenryHengZJ take a look at the latest changes. Just tested on multiple docs, fixed some errors, and got it stable. |
awesome thank you so much! |
Description:
ocrLanguages
but should be updated to be justlanguages
once langchain unstructured gets an updateNote:
Unstructured folder loader currently doesn't work with different file types like .png and .heic due to problems with their API. This is in progress for future releases.
Also, I would like to add S3Folder loader but I'll do that in a separate PR since langchainjs doesn't support it yet and I'll have to go direct to the sdk.
Issues this addresses: