Skip to main content
cohaku memory duplicates <id>
Uses vector distance to find memories that are semantically similar to the specified memory.

Arguments

ArgumentRequiredDescription
idYesMemory ID to find duplicates of

Options

OptionDefaultDescription
--threshold0.3Distance threshold (0–1, lower = more similar)

Examples

# Find duplicates with default threshold
cohaku memory duplicates abc123

# Use stricter threshold
cohaku memory duplicates abc123 --threshold 0.15