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