Property MaximumCandidates
- Namespace
- MailFathom.AI.Retrieval
- Assembly
- MailFathom.AI.dll
MaximumCandidates
Gets the greatest number of passages one retrieval puts to the model.
public int MaximumCandidates { get; }
Property Value
Remarks
The ceiling on what one question costs, and the reason it is stated at all: judging is a provider call per passage, so a candidate list bounded only by what a retrieval happened to return is a bill bounded by the same thing. Passages past this count keep the position the fused ranking gave them.