Property MinRelevanceScore
MinRelevanceScore
Gets or sets the minimum relevance score for retrieved passages.
public float MinRelevanceScore { get; set; }
Property Value
- float
A value from
0.0(accept all) to1.0(exact matches only). Default is0.5.
Remarks
Passages scoring below this threshold are excluded from the context. Higher values return fewer but more precisely matched results.