@@ -225,6 +225,8 @@ This list is liable to change with every new version of Meilisearch. It's not be
225225| ` infos.experimental_edit_documents_by_function ` | ` true ` if the ` editDocumentsByFunction ` experimental feature is enabled | false
226226| ` infos.experimental_enable_metrics ` | ` true ` if ` --experimental-enable-metrics ` is specified at launch | false
227227| ` infos.experimental_embedding_cache_entries ` | Size of configured embedding cache | 100
228+ | ` infos.experimental_multimodal ` | ` true ` when multimodal search feature is enabled | true |
229+ | ` infos.experimental_no_edition_2024_for_settings ` | ` true ` if instance disabled new indexer | false
228230| ` infos.experimental_replication_parameters ` | ` true ` if ` --experimental-replication-parameters ` is specified at launch | false
229231| ` infos.experimental_reduce_indexing_memory_usage ` | ` true ` if ` --experimental-reduce-indexing-memory-usage ` is specified at launch | false
230232| ` infos.experimental_logs_mode ` | ` human ` or ` json ` depending on the value specified | human
@@ -248,6 +250,7 @@ This list is liable to change with every new version of Meilisearch. It's not be
248250| ` vector.retrieve_vectors ` | ` true ` if the retrieve_vectors parameter has been used in this batch. | false
249251| ` hybrid.enabled ` | ` true ` if hybrid search been used in the aggregated event | true
250252| ` hybrid.semantic_ratio ` | ` true ` if semanticRatio was used in this batch, otherwise false | false
253+ | ` hybrid.total_media ` | Aggregated number of search request where ` media ` is not ` null ` | 42
251254| ` embedders.total ` | Numbers of defined embedders | 2
252255| ` embedders.sources ` | An array representing the different provided sources | [ "huggingFace", "userProvided"]
253256| ` embedders.document_template_used ` | A boolean indicating if one of the provided embedders has a custom template defined | true
@@ -264,3 +267,9 @@ This list is liable to change with every new version of Meilisearch. It's not be
264267| ` experimental_network ` | ` true ` when the network experimental feature is enabled | true
265268| ` remotes.total_distinct_remote_count ` | Sum of the number of distinct remotes appearing in each search request of the aggregate | 48
266269| ` remotes.avg_distinct_remote_count ` | Average number of distinct remotes appearing in a search request of the aggregate | 2.33
270+ | ` multimodal ` | ` true ` when multimodal search is enabled via the ` /experimental-features ` route | true
271+ | ` export.total_received ` | Number of exports received in this batch | ` 152 `
272+ | ` export.has_api_key ` | Number of exports with an API Key set | ` 89 `
273+ | ` export.avg_index_patterns ` | Average number of index patterns set per export | ` 3.2 `
274+ | ` export.avg_patterns_with_filter ` | Average number of index patterns with filters per export | ` 1.7 `
275+ | ` export.avg_payload_size ` | Average payload size per export | ` 512 `
0 commit comments