Table of Contents

Property DeduplicationThreshold

Namespace
LMKit.Agents
Assembly
LM-Kit.NET.dll

DeduplicationThreshold

Gets or sets the similarity threshold for memory deduplication during extraction.

public float DeduplicationThreshold { get; set; }

Property Value

float

A value between 0 and 1. When an extracted memory's similarity to an existing memory exceeds this threshold, it is considered a duplicate and skipped. Default is 0.85.

Remarks

Lower values are more aggressive at deduplication (skip more). Higher values allow more memories through. Set to 1.0 to disable deduplication entirely.

Share