mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Make the feature experimental
This commit is contained in:
parent
8cc3c54117
commit
1f4fc9c229
5 changed files with 38 additions and 7 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue