mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-27 20:01:31 +01:00
retrieval-pipeline: v0
This commit is contained in:
@@ -54,6 +54,8 @@ pub struct AppConfig {
|
||||
pub fastembed_show_download_progress: Option<bool>,
|
||||
#[serde(default)]
|
||||
pub fastembed_max_length: Option<usize>,
|
||||
#[serde(default)]
|
||||
pub retrieval_strategy: Option<String>,
|
||||
}
|
||||
|
||||
fn default_data_dir() -> String {
|
||||
@@ -117,6 +119,7 @@ impl Default for AppConfig {
|
||||
fastembed_cache_dir: None,
|
||||
fastembed_show_download_progress: None,
|
||||
fastembed_max_length: None,
|
||||
retrieval_strategy: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user