DefaultsVectorIndex

Properties

Link copied to clipboard

By default, vectors are compared using squared Euclidean metrics

Link copied to clipboard

Vectors are encoded by using 8-bit Scalar Quantizer encoding, by default

Link copied to clipboard
abstract val IS_LAZY: Boolean

Vectors are not lazily indexed, by default

Link copied to clipboard
abstract val MAX_TRAINING_SIZE: Long

By default, the value will be determined based on the number of centroids, encoding types, and the encoding parameters

Link copied to clipboard
abstract val MIN_TRAINING_SIZE: Long

By default, the value will be determined based on the number of centroids, encoding types, and the encoding parameters.

Link copied to clipboard
abstract val NUM_PROBES: Long

By default, the value will be determined based on the number of centroids.