MemoryRecord.Embedding Property
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.
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