Simplify the encoding and deduplication process#268
Open
Conversation
Remove chords from encoding and deduplication
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #268 +/- ##
===========================================
+ Coverage 96.52% 96.71% +0.18%
===========================================
Files 85 85
Lines 2127 2067 -60
Branches 138 139 +1
===========================================
- Hits 2053 1999 -54
+ Misses 54 49 -5
+ Partials 20 19 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
saxix
approved these changes
Feb 26, 2026
srugano
approved these changes
Feb 26, 2026
36711ce to
9068e78
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simplify Deduplication Architecture
Replaces Celery chord-based parallel task orchestration with a single-task approach. The find_duplicates task now executes encoding and deduplication sequentially, leveraging vectorized matrix operations for efficient duplicate detection across large datasets.
No breaking changes to external API.
We need to set CELERY_BROKER_VISIBILITY_VAR=36000