Property MinScore
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.