add experimental feature

This commit is contained in:
Louis Dureuil
2025-09-01 16:16:24 +02:00
parent 8933d87031
commit 00d1006cd9
4 changed files with 31 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pub struct RuntimeTogglableFeatures {
pub composite_embedders: bool,
pub chat_completions: bool,
pub multimodal: bool,
pub vector_store_setting: bool,
}
#[derive(Default, Debug, Clone, Copy)]