Companion

object Companion

Properties

Link copied to clipboard
const val DEFAULT_MAX_DIMENSIONS: Int = 1024

The maximum number of vector dimensions

Link copied to clipboard

EMPTY throws an exception when written. It acts as a sentinel indicating a Codec that does not support vectors.

Functions

Link copied to clipboard

returns a list of all available format names

Link copied to clipboard

looks up a format by name

Link copied to clipboard

Registers a vectors format factory by name. This is the KMP-safe alternative to SPI.

Link copied to clipboard

Reloads the KnnVectorsFormat list from the given ClassLoader.