Table of Contents

Property Truncated

Namespace
Qavren.Edge.Embeddings.Onnx
Assembly
Qavren.Edge.Embeddings.Onnx.dll

Truncated

Per input. Raises EmbeddingInputTooLong (5105) when Truncation is Throw, and logs EmbeddingInputTruncated (701) when it is Truncate

  • which is the default, so the out-of-the-box behaviour on an over-long input is a logged truncation, never an exception.
public bool[] Truncated { get; init; }

Property Value

bool[]