Skip to content

Commit bf0f627

Browse files
authored
Update table of experimental features (#3098)
1 parent 400a530 commit bf0f627

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

reference/api/experimental_features.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ The experimental API route is not compatible with all experimental features. Con
2323
}
2424
```
2525

26-
| Name | Type | Description |
27-
| :------------------------ | :------ | :--------------------------------------------- |
28-
| **`metrics`** | Boolean | `true` if feature is active, `false` otherwise |
29-
| **`scoreDetails`** | Boolean | `true` if feature is active, `false` otherwise |
30-
| **`logsRoute`** | Boolean | `true` if feature is active, `false` otherwise |
31-
| **`vectorStore`** | Boolean | `true` if feature is active, `false` otherwise |
26+
| Name | Type | Description |
27+
| :---------------------------- | :------ | :--------------------------------------------- |
28+
| **`metrics`** | Boolean | `true` if feature is active, `false` otherwise |
29+
| **`logsRoute`** | Boolean | `true` if feature is active, `false` otherwise |
30+
| **`vectorStore`** | Boolean | `true` if feature is active, `false` otherwise |
31+
| **`containsFilter`** | Boolean | `true` if feature is active, `false` otherwise |
32+
| **`editDocumentsByFunction`** | Boolean | `true` if feature is active, `false` otherwise |
3233

3334
## Get all experimental features
3435

0 commit comments

Comments
 (0)