Share via


VectorStoreVectorProperty.Dimensions Property

Definition

Gets or sets the number of dimensions that the vector has.

public:
 property int Dimensions { int get(); void set(int value); };
public int Dimensions { get; set; }
member this.Dimensions : int with get, set
Public Property Dimensions As Integer

Property Value

Remarks

This property is required when creating collections, but can be omitted if not using that functionality. If not provided when trying to create a collection, create will fail.

Applies to