quivr/backend/modules
Stan Girard d0cd634d7c
feat: Add force_sync option to SyncsActiveUpdateInput (#2652)
This commit adds a new optional boolean field, force_sync, to the
SyncsActiveUpdateInput class in the sync module. The force_sync field
allows users to manually trigger a sync operation, bypassing the regular
sync interval. By default, force_sync is set to False.

The force_sync field is used in the GoogleSyncUtils and AzureSyncUtils
classes to determine whether to perform a sync operation even if the
regular sync interval has not elapsed. If force_sync is True, the
last_synced timestamp is updated and the sync operation is executed.

This enhancement provides more flexibility and control over the
synchronization process, allowing users to manually trigger sync
operations when needed.
2024-06-10 07:17:09 -07:00
..
analytics feat: add init to create packages (#2606) 2024-05-21 13:42:07 -07:00
api_key tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00
assistant feat: Update ChatLiteLLM model and add RLS optimization for notifications (#2591) 2024-05-14 01:43:01 -07:00
authorization/utils refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
brain feat: telemetry improved (#2651) 2024-06-10 06:28:14 -07:00
chat feat: telemetry improved (#2651) 2024-06-10 06:28:14 -07:00
contact_support feat: add init to create packages (#2606) 2024-05-21 13:42:07 -07:00
knowledge Feat/auth-playground (#2605) 2024-05-21 13:20:35 -07:00
misc/controller refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
notification Feat/auth-playground (#2605) 2024-05-21 13:20:35 -07:00
onboarding tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00
prompt refactor: reorg the files #2 (#2457) 2024-04-20 02:28:20 -07:00
sync feat: Add force_sync option to SyncsActiveUpdateInput (#2652) 2024-06-10 07:17:09 -07:00
tools Update api_key default value in WebSearchTool 2024-05-10 23:49:08 +02:00
upload fix: sync creation fixed (#2637) 2024-06-06 10:06:21 -07:00
user feat(user): Delete User Data from frontend (#2476) 2024-05-02 02:31:58 -07:00
__init__.py refactor: add modules folder (#1633) 2023-11-15 13:17:51 +01:00