Enum EmbeddingTruncation
- Namespace
- Qavren.Edge.Embeddings.Onnx
- Assembly
- Qavren.Edge.Embeddings.Onnx.dll
What happens to an input longer than the preset's maximum sequence length.
public enum EmbeddingTruncation
Fields
Truncate = 0Truncate and log
EmbeddingInputTruncated(701). The default.Throw = 1Raise EmbeddingInputTooLong (5105).