Make the feature experimental

This commit is contained in:
ManyTheFish 2023-12-06 14:47:34 +01:00
parent 8cc3c54117
commit 1f4fc9c229
5 changed files with 38 additions and 7 deletions

View file

@ -7,6 +7,7 @@ pub struct RuntimeTogglableFeatures {
pub vector_store: bool,
pub metrics: bool,
pub export_puffin_reports: bool,
pub proximity_precision: bool,
}
#[derive(Default, Debug, Clone, Copy)]