Embedding<T> Class
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 vector of T
values.
generic <typename T>
public ref class Embedding sealed : Microsoft::Extensions::AI::Embedding
public sealed class Embedding<T> : Microsoft.Extensions.AI.Embedding
type Embedding<'T> = class
inherit Embedding
Public NotInheritable Class Embedding(Of T)
Inherits Embedding
- T
The type of the values in the embedding vector.
- Inheritance
Typical values of T
are Single, Double, or Half.
Embedding<T>(Read |
Initializes a new instance of the Embedding<T> class with the embedding vector. |
Additional |
Gets or sets any additional properties associated with the embedding. (Inherited from Embedding) |
Created |
Gets or sets a timestamp at which the embedding was created. (Inherited from Embedding) |
Model |
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. |
Продукт | Версии |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: