Skip to content
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

feat(frontend)(api): add sharepoint datasoure #61

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

akizito
Copy link
Contributor

@akizito akizito commented Apr 29, 2024

Added implementation to allow ingesting of documents from sharepoint datasources. The implementation requires one to set up a client app in their ms environment with certificate crendentials that allow access to the desired sharepoint resources.
This implementation recursively sources documents from sharepoint the list of sharepoint folders provided during the set up.

Closes #19
Closes #48

@akizito akizito requested a review from mawandm April 29, 2024 04:25
nesis/api/core/document_loaders/sharepoint.py Outdated Show resolved Hide resolved
nesis/api/core/document_loaders/sharepoint.py Show resolved Hide resolved
nesis/api/core/document_loaders/sharepoint.py Outdated Show resolved Hide resolved
@mawandm mawandm changed the title 19 feature add sharepoint datasoure feat(frontend)(api): add sharepoint datasoure Apr 29, 2024
@mawandm mawandm enabled auto-merge (squash) April 29, 2024 10:12
@mawandm mawandm added the enhancement New feature or request label Apr 29, 2024
Copy link
Contributor

@mawandm mawandm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@mawandm mawandm merged commit 6e4ad79 into main Apr 29, 2024
6 checks passed
@mawandm mawandm deleted the 19-feature-add-sharepoint-datasoure-ak branch April 29, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Sharepoint datasoure
2 participants