Embedding.Dimensions Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : intPublic Overridable ReadOnly Property Dimensions As IntegerProperty Value
- Attributes
Remarks
This value corresponds to the number of elements in the embedding vector.