feat: implement OneDrive knowledge base synchronization after file creation to enhance document management

This commit is contained in:
Anish Sarkar 2026-03-29 05:03:05 +05:30
parent 8035eb9749
commit fd87e38dac
3 changed files with 193 additions and 1 deletions

View file

@ -0,0 +1,5 @@
from app.services.onedrive.kb_sync_service import OneDriveKBSyncService
__all__ = [
"OneDriveKBSyncService",
]