Table of Contents

Property Payload

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

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.

public abstract string Payload { get; }

Property Value

string