Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Remove from telemetry and experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
dureuill committed Feb 12, 2024
1 parent db3d08d commit 3079d60
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions text/0034-telemetry-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ The collected data is sent to [Segment](https://segment.com/). Segment is a plat
| `per_filter`| `true` if `POST /indexes/:indexUid/documents/delete` endpoint was used in this batch, otherwise `false` | false | `Documents Fetched GET`, `Documents Fetched POST`, `Documents Deleted` |
| `clear_all` | `true` if `DELETE /indexes/:indexUid/documents` endpoint was used in this batch, otherwise `false` | false | `Documents Deleted` |
| vector_store | Whether the [vector store](./0193-experimental-features.md#vector-store) feature is enabled. | `true` | `Experimental features Updated` |
| score_details | Whether the [score details](./0193-experimental-features.md#score-details) feature is enabled. | `true` | `Experimental features Updated` |
| scoring.show_ranking_score | Was `showRankingScore` used in the aggregated event? If yes, `true`, otherwise `false` | `false` | `Documents Searched POST`, `Documents Searched GET`, `Documents Searched by Multi-Search POST` |
| scoring.show_ranking_score_details | Was `showRankingScoreDetails` used in the aggregated event? If yes, `true`, otherwise `false` | `false` | `Documents Searched POST`, `Documents Searched GET`, `Documents Searched GET` |
| `facets.total_distinct_facet_count` | The total number of distinct facets queried for the aggregated event | `3` | `Facet Searched POST` |
Expand Down Expand Up @@ -740,7 +739,6 @@ This property allows us to gather essential information to better understand on
|---------------|-------------|---------|
| user_agent | Represents the user-agent encountered on this call. | `["Meilisearch Ruby (v2.1)", "Ruby (3.0)"]` |
| vector_store | Whether the [vector store](./0193-experimental-features.md#vector-store) feature is enabled. | `true` |
| score_details | Whether the [score details](./0193-experimental-features.md#score-details) feature is enabled. | `true` |


---
Expand Down
23 changes: 0 additions & 23 deletions text/0193-experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,6 @@ curl \

<https://github.com/meilisearch/product/discussions/677>

</td>
</tr>
<tr>
<td><a id="user-content-score-details" class="anchor" aria-hidden="true" href="#score-details">score details</a></td>
<td><!-- The newline below is required for the markdown to be rendered by GitHub -->

```
curl \
-X PATCH 'http://localhost:7700/experimental-features/' \
-H 'Content-Type: application/json' \
--data-binary '{
"scoreDetails": true
}'
```

</td><!-- The newline above + starting from column 0 are required for the markdown to be rendered by GitHub -->
<td>Enables computing detailed scores</td>
<td>Confidence on the computed details names</td>
<td>v1.4</td>
<td>

<https://github.com/meilisearch/product/discussions/674>

</td>
</tr>
</tbody>
Expand Down
1 change: 0 additions & 1 deletion text/0194-experimental-feature-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ This response is a JSON object containing the following fields:

|Field name|Type|Experimental feature|
|----------|----|-----|
|`scoreDetails`|Boolean| [Score details](./0193-experimental-features.md#score-details) |
|`vectorStore`|Boolean| [Vector store](./0193-experimental-features.md#vector-store) |

The PATCH routes accept as payload a JSON object containing the same fields as in the response, with the following effects on the corresponding feature:
Expand Down

0 comments on commit 3079d60

Please sign in to comment.