Query.Vector 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.
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