mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 19:36:25 +02:00
feat: enhance Composio connector functionality with Google Drive delta sync support
- Added methods to retrieve the starting page token and list changes in Google Drive, enabling delta sync capabilities. - Updated Composio service to handle file download directory configuration. - Modified indexing tasks to support delta sync, improving efficiency by processing only changed files. - Adjusted date handling in connector tasks to allow optional start and end dates. - Improved error handling and logging throughout the Composio indexing process.
This commit is contained in:
parent
9c5c925fca
commit
29382070aa
16 changed files with 905 additions and 471 deletions
|
|
@ -157,7 +157,7 @@
|
|||
"delete_note": "Delete Note",
|
||||
"delete_note_confirm": "Are you sure you want to delete",
|
||||
"action_cannot_undone": "This action cannot be undone.",
|
||||
"deleting": "Deleting...",
|
||||
"deleting": "Deleting",
|
||||
"surfsense_dashboard": "SurfSense Dashboard",
|
||||
"welcome_message": "Welcome to your SurfSense dashboard.",
|
||||
"your_search_spaces": "Your Search Spaces",
|
||||
|
|
@ -498,7 +498,7 @@
|
|||
"base": "Base",
|
||||
"all_roles_assigned": "All roles are assigned and ready to use! Your LLM configuration is complete.",
|
||||
"save_changes": "Save Changes",
|
||||
"saving": "Saving...",
|
||||
"saving": "Saving",
|
||||
"reset": "Reset",
|
||||
"status": "Status",
|
||||
"status_ready": "Ready",
|
||||
|
|
@ -548,7 +548,7 @@
|
|||
"log_deleted_error": "Failed to delete log",
|
||||
"confirm_delete_log_title": "Are you sure?",
|
||||
"confirm_delete_log_desc": "This action cannot be undone. This will permanently delete the log entry.",
|
||||
"deleting": "Deleting..."
|
||||
"deleting": "Deleting"
|
||||
},
|
||||
"onboard": {
|
||||
"welcome_title": "Welcome to SurfSense",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue