You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENG-1699 - Implement batch upsert for concepts in Supabase (#1000)
- Introduced a new function `upsertConceptBatches` to handle the upsert of concepts in batches, improving efficiency and error handling.
- Added utility functions for chunking arrays and summarizing failed upsert IDs.
- Updated the `convertDgToSupabaseConcepts` function to utilize the new batching logic, ensuring better management of concept dependencies during synchronization.
- Removed redundant chunking logic from `upsertNodesToSupabaseAsContentWithEmbeddings` for cleaner code.
This change enhances the synchronization process with Supabase by allowing for more manageable data handling and clearer error reporting.
0 commit comments