From 90c88dc690148176dca970ce881ad87b5ddb9e93 Mon Sep 17 00:00:00 2001 From: ellnix Date: Sun, 12 Jan 2025 12:04:30 +0100 Subject: [PATCH] Update table of experimental features --- reference/api/experimental_features.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/reference/api/experimental_features.mdx b/reference/api/experimental_features.mdx index daa6cf5972..a91c6160b0 100644 --- a/reference/api/experimental_features.mdx +++ b/reference/api/experimental_features.mdx @@ -23,12 +23,13 @@ The experimental API route is not compatible with all experimental features. Con } ``` -| Name | Type | Description | -| :------------------------ | :------ | :--------------------------------------------- | -| **`metrics`** | Boolean | `true` if feature is active, `false` otherwise | -| **`scoreDetails`** | Boolean | `true` if feature is active, `false` otherwise | -| **`logsRoute`** | Boolean | `true` if feature is active, `false` otherwise | -| **`vectorStore`** | Boolean | `true` if feature is active, `false` otherwise | +| Name | Type | Description | +| :---------------------------- | :------ | :--------------------------------------------- | +| **`metrics`** | Boolean | `true` if feature is active, `false` otherwise | +| **`logsRoute`** | Boolean | `true` if feature is active, `false` otherwise | +| **`vectorStore`** | 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 | ## Get all experimental features