dimensions property
Embedding vector length produced by this model.
The single source of truth for SQ8 byte lengths and score-path length guards in the consuming retrieval layer. For example, 384 for BGE Small En v1.5 and 1024 for BGE-M3.
Must equal the length of the embedding field in every record returned by embed.
Implementation
int get dimensions;