Constructor VectorEntry
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
stringAn optional raw payload (defaults to null).
Exceptions
- ArgumentNullException
Thrown if
vector
is null.