mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Add --experimental-disable-vector-store
CLI flag
This commit is contained in:
@ -15,4 +15,5 @@ pub struct InstanceTogglableFeatures {
|
||||
pub metrics: bool,
|
||||
pub logs_route: bool,
|
||||
pub contains_filter: bool,
|
||||
pub disable_vector_store: bool,
|
||||
}
|
||||
|
Reference in New Issue
Block a user