Partager via


PineconeDocument.Values 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))]
[System.Text.Json.Serialization.JsonPropertyName("values")]
public ReadOnlyMemory<float> Values { get; set; }
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Text.ReadOnlyMemoryConverter))>]
[<System.Text.Json.Serialization.JsonPropertyName("values")>]
member this.Values : ReadOnlyMemory<single> with get, set
Public Property Values As ReadOnlyMemory(Of Single)

Property Value

Attributes

Applies to