Class ImagePartition
Represents an image partition of a Section, containing the embedding of a single image. This class encapsulates details such as the image identifier (payload) and its associated embedding vector.
public sealed class ImagePartition : Partition
- Inheritance
-
ImagePartition
- Inherited Members
Remarks
In LMKit, a DataSource contains multiple Section objects, each of which can hold a collection of ImagePartition instances representing individual image embeddings.