@@ -176,6 +176,7 @@ This list is liable to change with every new version of Meilisearch. It's not be
176
176
| ` sortable_attributes.has_geo ` | ` true ` if ` _geo ` is set as a sortable attribute | true
177
177
| ` filterable_attributes.total ` | Number of filterable attributes | 3
178
178
| ` filterable_attributes.has_geo ` | ` true ` if ` _geo ` is set as a filterable attribute | false
179
+ | ` filterable_attributes.has_patterns ` | ` true ` if ` filterableAttributes ` uses ` attributePatterns ` | true
179
180
| ` searchable_attributes.total ` | Number of searchable attributes | 4
180
181
| ` searchable_attributes.with_wildcard ` | ` true ` if ` * ` is specified as a searchable attribute | false
181
182
| ` per_task_uid ` | ` true ` if a ` uids ` is used to fetch a particular task resource | true
@@ -220,9 +221,11 @@ This list is liable to change with every new version of Meilisearch. It's not be
220
221
| ` indexes.total_single_index ` | The total number of calls when only one index is queried | 2007
221
222
| ` matching_strategy.most_used_strategy ` | Most used word matching strategy | last
222
223
| ` infos.with_configuration_file ` | ` true ` if the instance is launched with a configuration file | false
224
+ | ` infos.experimental_composite_embedders ` | ` true ` if the ` compositeEmbedders ` feature is set to ` true ` for this instance | false
223
225
| ` infos.experimental_contains_filter ` | ` true ` if the ` containsFilter ` experimental feature is enabled | false
224
226
| ` infos.experimental_edit_documents_by_function ` | ` true ` if the ` editDocumentsByFunction ` experimental feature is enabled | false
225
227
| ` infos.experimental_enable_metrics ` | ` true ` if ` --experimental-enable-metrics ` is specified at launch | false
228
+ | ` infos.experimental_embedding_cache_entries ` | Size of configured embedding cache | 100
226
229
| ` infos.experimental_replication_parameters ` | ` true ` if ` --experimental-replication-parameters ` is specified at launch | false
227
230
| ` infos.experimental_reduce_indexing_memory_usage ` | ` true ` if ` --experimental-reduce-indexing-memory-usage ` is specified at launch | false
228
231
| ` infos.experimental_logs_mode ` | ` human ` or ` json ` depending on the value specified | human
@@ -243,7 +246,7 @@ This list is liable to change with every new version of Meilisearch. It's not be
243
246
| ` scoring.ranking_score_threshold ` | ` true ` if rankingScoreThreshold was specified in an aggregated list of requests | true
244
247
| ` attributes_to_search_on.total_number_of_uses ` | Total number of queries where ` attributesToSearchOn ` is set | 5
245
248
| ` vector.max_vector_size ` | Highest number of dimensions given for the ` vector ` parameter in this batch | 1536
246
- | ` vector.retrieve_vectors ` | ` true ` if the retrieve_vectors parameter has been used in this batch. | false
249
+ | ` vector.retrieve_vectors ` | ` true ` if the retrieve_vectors parameter has been used in this batch. | false
247
250
| ` hybrid.enabled ` | ` true ` if hybrid search been used in the aggregated event | true
248
251
| ` hybrid.semantic_ratio ` | ` true ` if semanticRatio was used in this batch, otherwise false | false
249
252
| ` embedders.total ` | Numbers of defined embedders | 2
0 commit comments