dimensions property
Number of components each vector has.
Needed before the first call: a vector store must be created with a fixed dimension, and discovering a mismatch after ingesting fifty thousand documents is an expensive way to learn it.
Implementation
@override
final int dimensions;