SingleVectorFieldResult interface

A single vector field result. Both

Properties

searchScore

The

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.

Property Details

searchScore

The

searchScore?: number

Property Value

number

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.

vectorSimilarity?: number

Property Value

number