Table of Contents

Property Embeddings

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

Embeddings

Gets a read-only list of embedding vectors generated for this text partition. These embeddings are derived from the text using the specified model.

public IReadOnlyList<float> Embeddings { get; }

Property Value

IReadOnlyList<float>