Table of Contents

Struct PointEntry

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

Represents a single point entry in the vector storage system. This structure encapsulates an identifier, vector data, and associated metadata for a stored point.

public readonly struct PointEntry
Inherited Members

Constructors

PointEntry(string, IList<float>, MetadataCollection)

Initializes a new instance of the PointEntry struct with the specified identifier, vector, and metadata.

Fields

Id

Gets the unique identifier for the point entry.

Metadata

Gets the metadata associated with the point entry. This metadata can include various key-value pairs that provide additional context about the point.

Vector

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