Skip to content

Commit a866442

Browse files
v1.14: Update telemetry table (#3221)
1 parent 5b297cd commit a866442

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

learn/resources/telemetry.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ This list is liable to change with every new version of Meilisearch. It's not be
176176
| `sortable_attributes.has_geo` | `true` if `_geo` is set as a sortable attribute | true
177177
| `filterable_attributes.total` | Number of filterable attributes | 3
178178
| `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
179180
| `searchable_attributes.total` | Number of searchable attributes | 4
180181
| `searchable_attributes.with_wildcard` | `true` if `*` is specified as a searchable attribute | false
181182
| `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
220221
| `indexes.total_single_index` | The total number of calls when only one index is queried | 2007
221222
| `matching_strategy.most_used_strategy` | Most used word matching strategy | last
222223
| `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
223225
| `infos.experimental_contains_filter` | `true` if the `containsFilter` experimental feature is enabled | false
224226
| `infos.experimental_edit_documents_by_function` | `true` if the `editDocumentsByFunction` experimental feature is enabled | false
225227
| `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
226229
| `infos.experimental_replication_parameters` | `true` if `--experimental-replication-parameters` is specified at launch | false
227230
| `infos.experimental_reduce_indexing_memory_usage` | `true` if `--experimental-reduce-indexing-memory-usage` is specified at launch | false
228231
| `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
243246
| `scoring.ranking_score_threshold` | `true` if rankingScoreThreshold was specified in an aggregated list of requests | true
244247
| `attributes_to_search_on.total_number_of_uses` | Total number of queries where `attributesToSearchOn` is set | 5
245248
| `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
247250
| `hybrid.enabled` | `true` if hybrid search been used in the aggregated event | true
248251
| `hybrid.semantic_ratio` | `true` if semanticRatio was used in this batch, otherwise false | false
249252
| `embedders.total` | Numbers of defined embedders | 2

0 commit comments

Comments
 (0)