Table of Contents

Constructor ResolvedChunkOptions

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

ResolvedChunkOptions(int, int, int, int, int, int, IReadOnlyList<int>, bool, bool, bool, bool, bool, ChunkOverflow)

The frozen budget. Carried verbatim by the recipe, so every field is in the hash.

public ResolvedChunkOptions(int MaxTokens, int OverlapTokens, int MinTokens, int HeadingPathTokenBudget, int SpecialTokenOverhead, int DocumentPrefixTokens, IReadOnlyList<int> SplitHeadingLevels, bool PrependHeadingPath, bool IncludePreamble, bool MergeShortSections, bool SentenceAware, bool RepeatTableHeaderRow, ChunkOverflow Overflow)

Parameters

MaxTokens int
OverlapTokens int
MinTokens int
HeadingPathTokenBudget int
SpecialTokenOverhead int
DocumentPrefixTokens int
SplitHeadingLevels IReadOnlyList<int>
PrependHeadingPath bool
IncludePreamble bool
MergeShortSections bool
SentenceAware bool
RepeatTableHeaderRow bool
Overflow ChunkOverflow