Share via


MemoryRecord.Embedding Property

Definition

Source content embeddings.

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

Property Value

Attributes

Applies to