Skip to main content

MODEL_ID

Constant MODEL_ID 

Source
pub const MODEL_ID: &str = "sentence-transformers/all-MiniLM-L6-v2";
Expand description

The model identity this crate embeds with (its Hugging Face Hub id).

Public so consumers governing scores by model (e.g. a calibration artifact’s embedding_model field) can compare against the model actually in use instead of duplicating this string.