Table of Contents

Class RetrievalDefaults

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

Provides default values shared across the retrieval subsystem.

public static class RetrievalDefaults
Inheritance
RetrievalDefaults
Inherited Members

Fields

MinCalibratedRelevance

The default relevance floor for surfaces that calibrate to the embedding model's own scale, expressed so that 0 is the model's similarity between unrelated texts and 1 is identity.

MinRelevanceScore

The default minimum relevance score used to filter retrieved partitions. Partitions scoring below this threshold are excluded from results.

Share