Property Reranker
Reranker
Gets or sets the RagEngine.RagReranker used to optionally rerank retrieval results
when calling FindMatchingPartitions(string, int, float, bool, bool, CancellationToken)
or FindMatchingPartitionsAsync(string, int, float, bool, bool, CancellationToken).
If set to null
, no reranking will be performed and only the raw similarity scores are used.
public RagEngine.RagReranker Reranker { get; set; }