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
idstringThe unique identifier for the point entry.
vectorIList<float>The vector data associated with the point entry.
metadataMetadataCollectionThe metadata associated with the point entry.