Sharepoint documents
Ingest documents from SharePoint to give RunLLM access to your organization's shared files and wikis. Requires an Azure app registration with the appropriate Microsoft Graph permissions.
| Parameter | Description |
|---|---|
| Site URL | The full URL of your SharePoint site (e.g., https://mycompany.sharepoint.com/sites/engineering). |
| Client ID | The client ID of your Azure app registration. |
| Tenant ID | The tenant ID of your Microsoft Azure directory. |
Optional parameters
| Parameter | Description |
|---|---|
| Drive names | Specific document library (drive) names to ingest. If left empty, all drives in the site are ingested. |
SharePoint requires an Azure app registration
To connect SharePoint, you'll need to register an app in the Azure portal and grant it the Sites.Read.All Microsoft Graph permission. Please reach out if you need help setting this up.