find_duplicate_groups
Group strings that likely represent the same entity using fuzzy matching, enabling deduplication of company names, customer names, and product lists.
Instructions
Group strings that probably represent the same entity.
Useful for:
- company-name deduplication
- customer-name cleanup
- product catalogue cleanup
- contact-list cleanup
Args:
values: Values to examine.
threshold: Minimum score for joining a group.
profile: Normalization profile.
strategy: Score-selection strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| profile | No | general | |
| strategy | No | strict | |
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||