add cross encoder model to semantic_index

This commit is contained in:
KCaverly 2023-09-11 14:54:15 -04:00
parent 65add70a37
commit 82760d6d1a
4 changed files with 322 additions and 26 deletions

View file

@ -18,6 +18,7 @@ lazy_static::lazy_static! {
pub static ref LOG: PathBuf = LOGS_DIR.join("Zed.log");
pub static ref OLD_LOG: PathBuf = LOGS_DIR.join("Zed.log.old");
pub static ref LOCAL_SETTINGS_RELATIVE_PATH: &'static Path = Path::new(".zed/settings.json");
pub static ref MODELS_DIR: PathBuf = HOME.join("Library/Application Support/Zed/models");
}
pub mod legacy {