Table of Contents

Property MinScore

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

MinScore

Gets or sets the minimum similarity score required for a partition to be considered relevant.

public float MinScore { get; set; }

Property Value

float

A value between 0 and 1, where higher values require closer semantic matches. Default is 0.666.

Remarks

Increase this value to reduce false positives (irrelevant results). Decrease it to cast a wider net when exact matches are unlikely.

Share