VectorizeMatch: Pick<Partial<VectorizeVector>, "values"> & Omit<VectorizeVector, "values"> & {
    score: number;
}

Represents a matched vector for a query along with its score and (if specified) the matching vector information.

Type declaration

  • score: number

    The score or rank for similarity, when returned as a result