Package-level declarations
Properties
Functions
Converts an HSV(A) image to RGB(A)
Converts an RGB(A) image to HSV(A)
Calculates the cosine distance between this and some other column.
Calculates the cosine distance between this and some other vector.
Calculates the inner product between this and some other column.
Calculates the inner product between this and some other vector.
Calculates the L1 distance between this and some other column.
Calculates the L1 distance between this and some other vector.
Calculates the L2 distance between this and some other column.
Calculates the L2 distance between this and some other vector.
Converts an F64FlatArray to a DataColumn.
Converts an F64FlatArray to an Embedding.
Converts a DataColumn to an F64FlatArray.
Converts an Embedding to an F64FlatArray.
Converts a Mat to an F64Array.
Converts an F64Array to a Mat.
Initializes the Database to use the pgvector extension and registers managers for the correct type.
A column type for storing vectors in PostgreSQL.