cosineDistance
Returns the mathematical distance calculated between the two vector expressions, based on cosine similarity.
fun ExpressionWithColumnType<FloatArray>.cosineDistance(target: FloatArray): VectorDistance<FloatArray>
Returns the mathematical distance calculated between this vector expression and a target vector, based on cosine similarity.