pub fn embedding_dim_override() -> Option<u32>Expand description
Embedding dim: CLI override > XDG embedding.dim > None (caller uses DB/default).
The bound comes from crate::constants::EMBEDDING_DIM_RANGE so the CLI
parser, this resolver and the warning text cannot disagree about what is
accepted.