.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.