Property MaximumPassagesPerCall
- Namespace
- MailFathom.AI.Embeddings
- Assembly
- MailFathom.AI.dll
MaximumPassagesPerCall
Gets the greatest number of passages one call accepts.
public int MaximumPassagesPerCall { get; }
Property Value
Remarks
Published rather than left to the caller to discover from a failure, so work is cut into calls this generator serves instead of being sent whole and refused. The bound is the deployment's, not the model's: it is what this instance is configured to send at once.