Skip to main content

MAX_ONNX_DIMENSION

Constant MAX_ONNX_DIMENSION 

Source
pub const MAX_ONNX_DIMENSION: usize = 16_384;
Expand description

Upper bound on onnx_dimension. Most sentence-transformer models have <= 4096 dims (Nomic Embed v1.5 = 768, MiniLM = 384, e5-mistral = 4096, Ada-002 = 1536). 16k is a comfortable ceiling.