Make composite embedders experimental

This commit is contained in:
Louis Dureuil
2025-03-10 14:22:47 +01:00
parent 9a282be0a2
commit 54ee81bb09
4 changed files with 50 additions and 1 deletions

View File

@ -11,6 +11,7 @@ pub struct RuntimeTogglableFeatures {
pub contains_filter: bool,
pub network: bool,
pub get_task_documents_route: bool,
pub composite_embedders: bool,
}
#[derive(Default, Debug, Clone, Copy)]