run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.42k stars 727 forks source link

[Feature Request]: SharepointReader cannot read root folder of drive #936

Open CraftingLevi opened 5 months ago

CraftingLevi commented 5 months ago

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: