BinaryEmbedding.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 override int Dimensions { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Dimensions : int
Public Overrides ReadOnly Property Dimensions As Integer
Property Value
- Attributes