MultiVectorValues Constructor
MultiVectorValues(IDictionary<string, float[]>)
Initializes a new instance of the MultiVectorValues class with the specified indexed vectors.
Declaration
public MultiVectorValues(IDictionary<string, float[]> indexNameToVector)
Parameters
| IDictionary<string, float[]> | indexNameToVector | A dictionary containing index names and their corresponding vector values. |