mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
feat: implement OneDrive knowledge base synchronization after file creation to enhance document management
This commit is contained in:
parent
8035eb9749
commit
fd87e38dac
3 changed files with 193 additions and 1 deletions
5
surfsense_backend/app/services/onedrive/__init__.py
Normal file
5
surfsense_backend/app/services/onedrive/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from app.services.onedrive.kb_sync_service import OneDriveKBSyncService
|
||||
|
||||
__all__ = [
|
||||
"OneDriveKBSyncService",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue