Table of Contents

Method RecordDocumentChunk

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

RecordDocumentChunk(ulong)

Records that the session's current document contains this chunk. Called at most once per document for a given hash, so an implementation counting calls counts distinct documents.

void RecordDocumentChunk(ulong normalizedTextHash)

Parameters

normalizedTextHash ulong

FNV-1a hash of the chunk's normalized embedding text.

Share