Table of Contents

Property EmbeddingText

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

EmbeddingText

The normalized text to embed when the chunk is indexed: markup scaffolding stripped, letter-spaced words rejoined, encoding artifacts and over-long non-word tokens removed, whitespace folded. The caller's stored text and chunk addressing are never modified; this string only feeds the embedding model.

public string EmbeddingText { get; }

Property Value

string
Share