vectorDimension property

int? vectorDimension
getter/setter pair

Stores the dimension of Vector type (e.g., 1536 for Vector(1536)). Only populated for Vector types.

Implementation

int? vectorDimension;