Partager via


MemoryQueryResult.Embedding Property

Definition

Nullable embedding associated with the metadata returned for by a query.

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Text.ReadOnlyMemoryConverter))]
public ReadOnlyMemory<float>? Embedding { get; }
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Text.ReadOnlyMemoryConverter))>]
member this.Embedding : Nullable<ReadOnlyMemory<single>>
Public ReadOnly Property Embedding As Nullable(Of ReadOnlyMemory(Of Single))

Property Value

Attributes

Applies to