-
Notifications
You must be signed in to change notification settings - Fork 0
Enhance metadata of sharepointLoader. #45
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
Enhance metadata of sharepointLoader. #45
Conversation
libs/community/langchain_community/document_loaders/sharepoint.py
Outdated
Show resolved
Hide resolved
libs/community/langchain_community/document_loaders/sharepoint.py
Outdated
Show resolved
Hide resolved
loader = FileSystemBlobLoader(path=temp_dir) | ||
yield from loader.yield_blobs() | ||
for blob in loader.yield_blobs(): | ||
if not isinstance(blob.path, PurePath): |
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.
I hope this change doesn't cause any disruptions.
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.
@rahul-trip Is this portion fixing an existing bug unrelated to this PR? If yes, I would recommend to decouple this out and takes it up in a separate PR
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.
Signed-off-by: Rahul Tripathi <[email protected]>
Signed-off-by: Rahul Tripathi <[email protected]>
218667e
to
e192127
Compare
Signed-off-by: Rahul Tripathi <[email protected]>
9da34a0
to
f0e9e48
Compare
e912a70
to
f0e9e48
Compare
Signed-off-by: Rahul Tripathi <[email protected]>
Signed-off-by: Rahul Tripathi <[email protected]>
eda2a90
to
e33c399
Compare
Closing this PR since the changes are already merged into |
2 feature flags added in this PR:
load_auth
: if set to True, addsauthorised identities
to metadataload_extended_metadata
, addssource
,owner
andfull_path
to metadataof SharePointLoader