Table of Contents

Method Resolve

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

Resolve(ChunkModelProfile, IChunkTokenizer)

Needs the tokenizer, so it runs in the order-400 startup task and not at builder time (spec 8.1). Throws IngestionChunkBudgetInvalid (6003) with the arithmetic in the message, or ChunkTokenizerCeilingExceeded (6153) when the tokenizer and the profile disagree about the ceiling.

public ResolvedChunkOptions Resolve(ChunkModelProfile model, IChunkTokenizer tokenizer)

Parameters

model ChunkModelProfile
tokenizer IChunkTokenizer

Returns

ResolvedChunkOptions