Abs
Return the absolute value of a number.
Average
Average of numbers
BM25
Convert text into a BM25 sparse vector for hybrid vector search.
Clamp
Restrict a number to a [min, max] range.
Count
Count of numbers
Division
Division of numbers
Log
Compute the logarithm of a number, optionally with a custom base.
Max
Maximum value of numbers
Min
Mininum value of numbers
Modulo
Remainder of the division of two numbers
Power
Raise a number to the power of another number
Product
Multiplication of numbers
Round
Round a number
Sqrt
Return the square root of a number.
Sum
Total addition of numbers