Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This pr introduces a SharePoint data source plugin for RAGGENIE. The plugin enables users to connect and retrieve data from SharePoint within the platform.
Fixes #114
Changes Made
Plugin Initialization (init.py for SharePoint) Added a new SharePoint plugin file with connection arguments for site URL, client ID, client secret, and tenant ID.
Structured the file to match the existing Website plugin to maintain uniformity across all data source plugins.
Defined metadata and configuration settings specific to SharePoint.
Created a SharePointFormatter class to handle the formatting of data retrieved from SharePoint. The formatter processes the data based on inference details like the main entity and operation kind, ensuring that RAGGENIE can accurately present SharePoint data to users.
Created a handler file similar to the existing one for the Website plugin.
Developed the core SharePoint plugin class, including the following functionalities:
Health Check: Implemented a health check method to verify the accessibility of the SharePoint site.
Untitled.video.-.Made.with.Clipchamp.mp4