Skip to content

Commit

Permalink
update telemetry table (#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli authored Oct 10, 2024
1 parent 452c18d commit 71d4ac6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions learn/resources/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,14 @@ This list is liable to change with every new version of Meilisearch. It's not be
| `vector_store` | `true` if the vector store feature is enabled, otherwise `false` | true
| `attributes_to_search_on.total_number_of_uses` | `true` if the vector store feature is enabled, otherwise `false` | true
| `vector.max_vector_size` | Highest number of dimensions given for the `vector` parameter in this batch | 1536
| `vector.retrieve_vectors` | true if the retrieve_vectors parameter has been used in this batch. | false |
| `vector.retrieve_vectors` | true if the retrieve_vectors parameter has been used in this batch. | false
| `hybrid.enabled` | `true` if hybrid search been used in the aggregated event, otherwise `false` | true
| `hybrid.semantic_ratio` | `true` if semanticRatio was used in this batch, otherwise false | false
| `hybrid.embedder` | `true` if a specific embedder was used in this batch, otherwise false | true
| `embedders.total` | Numbers of defined embedders | 2
| `embedders.sources` | An array representing the different provided sources | [”huggingFace”, “userProvided”]
| `embedders.document_template_used` | A boolean indicating if one of the provided embedders has a custom template defined | true
| `embedders.document_template_max_bytes` | a value indicating the largest value for document TemplateMaxBytes across all embedder | 400
| `embedders.binary_quantization_used` | `true` if the user updated the binary quantized field of the embedded settings | `false`
| `infos.task_queue_webhook` | `true` if the instance is launched with a task queue webhook, otherwise `false` | `false`
| `infos.experimental_search_queue_size` | Size of the search queue | 750
| `locales` | List of locales used with `/search` and `/settings` routes | [”fra”, “eng”]
Expand Down

0 comments on commit 71d4ac6

Please sign in to comment.