Table of Contents

Constructor VectorEntry

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

VectorEntry(float[], string)

Constructs a new VectorEntry.

public VectorEntry(float[] vector, string payload = null)

Parameters

vector float[]

A non-null array of floats representing the embedding.

payload string

An optional raw payload (defaults to null).

Exceptions

ArgumentNullException

Thrown if vector is null.