For the complete documentation index, see llms.txt. This page is also available as Markdown.

General

Utility and supporting analytic functions

General purpose functions, among them the euclidean length computes the distance of a vector by taking the square root of the sum of its squared components. This method is often used to quantify the magnitude of multi-dimensional data points, such as attributes in event streams.

Euclidean

Last updated