You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
As a user, I want to load files from the root folder of the Sharepoint drive
So that I can index these files and all files in subfolders in a Sharepoint drive
In order to use these files in LLM use cases by transforming them into Document objects.
Reason
Currently, the user cannot provide a valid argument to SharepointReader to get the content of the root folder.
Value of Feature
After implementing this feature, the user can:
The user can load files directly in the root folder of a Sharepoint Drive
The text was updated successfully, but these errors were encountered:
Feature Description
As a user, I want to load files from the root folder of the Sharepoint drive
So that I can index these files and all files in subfolders in a Sharepoint drive
In order to use these files in LLM use cases by transforming them into
Document
objects.Reason
Currently, the user cannot provide a valid argument to
SharepointReader
to get the content of the root folder.Value of Feature
After implementing this feature, the user can:
The text was updated successfully, but these errors were encountered: