Table of Contents

Property Embeddings

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

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.

public IReadOnlyList<float> Embeddings { get; }

Property Value

IReadOnlyList<float>