Embedding.Dimensions Property

Definition

Gets the dimensionality of the embedding vector.

public:
 virtual property int Dimensions { int get(); };
[System.Text.Json.Serialization.JsonIgnore]
public virtual int Dimensions { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Dimensions : int
Public Overridable ReadOnly Property Dimensions As Integer

Property Value

Attributes

Remarks

This value corresponds to the number of elements in the embedding vector.

Applies to