Table of Contents

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 = 0

Truncate and log EmbeddingInputTruncated (701). The default.

Throw = 1

Raise EmbeddingInputTooLong (5105).