Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzy Dedup: Use text_field instead of hardcoded text column #74

Merged
merged 3 commits into from
May 22, 2024

Conversation

ayushdg
Copy link
Collaborator

@ayushdg ayushdg commented May 21, 2024

One of the functions in jaccard computation for Fuzzy dedup assume the text field of the dataset to be called text and doesn't use the text_field information provided.

Additionally, explicitly set query planning to false.

ayushdg and others added 2 commits May 21, 2024 15:16
Signed-off-by: Ayush Dattagupta <[email protected]>
Co-authored-by: Mehran Maghoumi <[email protected]>
Signed-off-by: Ayush Dattagupta <[email protected]>
@ayushdg ayushdg requested a review from ryantwolf May 22, 2024 00:21
Copy link
Collaborator

@ryantwolf ryantwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Thanks!

Signed-off-by: Ayush Dattagupta <[email protected]>
@ayushdg
Copy link
Collaborator Author

ayushdg commented May 22, 2024

Good catch. Thanks!

Whoops just realized I was setting query-planning to True in the PR. just updated.

@ayushdg ayushdg merged commit 8755cdc into NVIDIA:main May 22, 2024
3 checks passed
@ayushdg ayushdg deleted the bug-fuzzy-dedup-text-field branch June 3, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants