Property AllowTrimVectors
- Namespace
- MailFathom.AI.Embeddings
- Assembly
- MailFathom.AI.dll
AllowTrimVectors
Gets whether a vector wider than the declared dimension may be cut down to it.
public bool AllowTrimVectors { get; }
Property Value
Remarks
Off by default, so a model wider than the declared space is a refusal rather than a silent narrowing. It governs the runtime answer as well as the startup check: with it off, an endpoint that returns more components than the identity claims has answered in a space this deployment did not declare, and that is a failure rather than something to truncate.