Table of Contents

Constructor SemanticChunkQualityGate

Namespace
LMKit.Retrieval.ChunkQuality
Assembly
LM-Kit.NET.dll

SemanticChunkQualityGate()

Creates a gate with the recommended defaults (Balanced).

public SemanticChunkQualityGate()

SemanticChunkQualityGate(ChunkQualityGateOptions)

Creates a gate with the given options. The option values are copied: mutating options afterwards does not affect this gate.

public SemanticChunkQualityGate(ChunkQualityGateOptions options)

Parameters

options ChunkQualityGateOptions

The gate configuration.

Exceptions

ArgumentNullException

options is null.

Share