Table of Contents

Property MinRelevanceScore

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

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) to 1.0 (exact matches only). Default is 0.5.

Remarks

Passages scoring below this threshold are excluded from the context. Higher values return fewer but more precisely matched results.