BinaryEmbedding Class
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.
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
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. |