Partager via


Query.Vector Property

Definition

Vector dense data. This should be the same length as the dimension of the index being queried.

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

Property Value

Attributes

Applies to