SingleVectorFieldResult Class
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.
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
Azure SDK for .NET