IndexDefinition.Metric 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.
The index metric to use for similarity search.
[System.Text.Json.Serialization.JsonPropertyName("metric")]
public Microsoft.SemanticKernel.Connectors.Pinecone.IndexMetric Metric { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("metric")>]
member this.Metric : Microsoft.SemanticKernel.Connectors.Pinecone.IndexMetric with get, set
Public Property Metric As IndexMetric
Property Value
- Attributes