Memory Check Duplicate
localnest_memory_check_duplicateCheck if new content semantically duplicates an existing memory entry using embedding cosine similarity with configurable threshold.
Instructions
Check whether content is a semantic duplicate of an existing memory entry. Uses embedding cosine similarity with configurable threshold (default 0.92). Returns the matching entry when a duplicate is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| threshold | No | ||
| nest | No | ||
| branch | No | ||
| project_path | No | ||
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |