다음을 통해 공유


SingleVectorFieldResult Class

Definition

A single vector field result. Both @search.score and vector similarity values are returned. Vector similarity is related to @search.score by an equation.

public class SingleVectorFieldResult
type SingleVectorFieldResult = class
Public Class SingleVectorFieldResult
Inheritance
SingleVectorFieldResult

Properties

SearchScore

The @search.score value that is calculated from the vector similarity score. This is the score that's visible in a pure single-field single-vector query.

VectorSimilarity

The vector similarity score for this document. Note this is the canonical definition of similarity metric, not the 'distance' version. For example, cosine similarity instead of cosine distance.

Applies to