pub const MODEL_MAX_SEQ: usize = 8192;
Maximum sequence length supported by the model architecture. BGE-M3’s positional embedding table extends to 8192; this is the hard upper bound used to validate BGE_M3_MAX_SEQ_LENGTH.
BGE_M3_MAX_SEQ_LENGTH