BinaryEmbedding Class

Definition

Represents an embedding composed of a bit vector.

public ref class BinaryEmbedding sealed : Microsoft::Extensions::AI::Embedding
public sealed class BinaryEmbedding : Microsoft.Extensions.AI.Embedding
type BinaryEmbedding = class
    inherit Embedding
Public NotInheritable Class BinaryEmbedding
Inherits Embedding
Inheritance
BinaryEmbedding

Constructors

BinaryEmbedding(BitArray)

Initializes a new instance of the BinaryEmbedding class with the embedding vector.

Properties

AdditionalProperties

Gets or sets any additional properties associated with the embedding.

(Inherited from Embedding)
CreatedAt

Gets or sets a timestamp at which the embedding was created.

(Inherited from Embedding)
Dimensions

Gets the dimensionality of the embedding vector.

ModelId

Gets or sets the model ID using in the creation of the embedding.

(Inherited from Embedding)
Vector

Gets or sets the embedding vector this embedding represents.

Applies to