dimension property

int? dimension
getter/setter pair

The vector dimension this configuration applies to.

The resulting index will only include vectors of this dimension, and can be used for vector search with the same dimension.

Required.

Implementation

core.int? dimension;