Skip to main content

models_dir

Function models_dir 

Source
pub fn models_dir() -> PathBuf
Expand description

Shared model cache directory: $XDG_DATA_HOME/gitcortex/models

Shared across all repos — the embedding model is identical everywhere. fastembed-rs writes the downloaded model here instead of .fastembed_cache in the repo root.