SongGuess
    Preparing search index...
    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