/experimental-features
route allows you to activate or deactivate some of Meilisearch’s experimental features.
This route is synchronous. This means that no task object will be returned, and any activated or deactivated features will be made available or unavailable immediately.
The experimental API route is not compatible with all experimental features. Consult the experimental feature overview for a compatibility list.
Experimental features object
Name | Type | Description |
---|---|---|
metrics | Boolean | true if feature is active, false otherwise |
logsRoute | Boolean | true if feature is active, false otherwise |
containsFilter | Boolean | true if feature is active, false otherwise |
editDocumentsByFunction | Boolean | true if feature is active, false otherwise |
network | Boolean | true if feature is active, false otherwise |
chatCompletions | Boolean | true if feature is active, false otherwise |
multimodal | Boolean | true if feature is active, false otherwise |
Get all experimental features
GET
/experimental-features
/experimental-features
route and whether or not they are currently activated.
Example
Response: 200 Ok
Configure experimental features
PATCH
/experimental-features
null
leaves its value unchanged.