pub fn clear_project_cache(
root: &Path,
config_path: Option<&Path>,
allow_remote_extends: bool,
) -> Result<bool, String>Expand description
Remove only persisted similar-code vectors for one project.
The downloaded model is user-level state and is never removed here.
ยงErrors
Returns an error when config resolution or cache removal fails.