Table of Contents

Class OnnxIngestionBuilderExtensions

Namespace
Qavren.Edge.Ingestion.Onnx
Assembly
Qavren.Edge.Ingestion.Onnx.dll

The one extension Qavren.Edge.Ingestion.Onnx publishes (spec 11.2).

public static class OnnxIngestionBuilderExtensions
Inheritance
OnnxIngestionBuilderExtensions
Inherited Members

Methods

AddOnnxIngestion(EdgeBuilder, string?, Action<ResourceMonitorThrottleOptions>?)

Registers EdgeChunkTokenizer and ResourceMonitorThrottle, and derives ChunkOptions.MaxTokens / OverlapTokens / MinTokens from the resolved EmbeddingPreset unless the consumer already set them. This is the call that stops a constant from hiding a truncation. Idempotent; order-independent relative to AddOnnxEmbeddings.