Table of Contents

Class Partition

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

Represents a logical subdivision of a Section, containing a fragment of content—either text or image—for which embedding vectors have been generated. Partitions track their position within the parent section and expose payload content and embeddings.

public abstract class Partition
Inheritance
Partition
Derived
Inherited Members

Properties

Embeddings

Gets a read-only list of embedding vectors computed for the Payload. Embeddings are generated by the configured model and stored as an array of floats.

Owner

Gets the Section instance that contains this partition. This property is set internally when the partition is added to its section.

Payload

Gets the raw content of this partition, which may be a fragment of text or an image. Implementations should return the payload that was used to generate embeddings.