Table of Contents

Field Vector

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

Gets the vector data associated with the point entry. This data is typically a list of floating-point numbers representing an embedding.

public readonly IList<float> Vector

Returns

IList<float>
Gets the vector data associated with the point entry. This data is typically a list of floating-point numbers representing an embedding.