mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Make composite embedders experimental
This commit is contained in:
parent
9a282be0a2
commit
54ee81bb09
4 changed files with 50 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue