mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add --experimental-disable-vector-store
CLI flag
This commit is contained in:
parent
d78951feb7
commit
29eeb84ce3
4 changed files with 26 additions and 4 deletions
|
@ -15,4 +15,5 @@ pub struct InstanceTogglableFeatures {
|
|||
pub metrics: bool,
|
||||
pub logs_route: bool,
|
||||
pub contains_filter: bool,
|
||||
pub disable_vector_store: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue