Add --experimental-disable-vector-store CLI flag

This commit is contained in:
Louis Dureuil 2025-01-13 11:20:12 +01:00
parent d78951feb7
commit 29eeb84ce3
No known key found for this signature in database
4 changed files with 26 additions and 4 deletions

View file

@ -15,4 +15,5 @@ pub struct InstanceTogglableFeatures {
pub metrics: bool,
pub logs_route: bool,
pub contains_filter: bool,
pub disable_vector_store: bool,
}