MemoryQueryResult.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.
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