Compartir a través de


VectorStoreGenericDataModel<TKey>.Vectors Property

Definition

Gets or sets a dictionary of vectors stored in the record.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ Vectors { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.Dictionary<string,object?> Vectors { get; init; }
member this.Vectors : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Vectors As Dictionary(Of String, Object)

Property Value

Applies to