Constructor PointEntry
PointEntry(string, IList<float>, MetadataCollection)
Initializes a new instance of the PointEntry struct with the specified identifier, vector, and metadata.
public PointEntry(string id, IList<float> vector, MetadataCollection metadata)
Parameters
id
stringThe unique identifier for the point entry.
vector
IList<float>The vector data associated with the point entry.
metadata
MetadataCollectionThe metadata associated with the point entry.