Skip to content

Commit 21a9485

Browse files
committed
Mark the chat index settings as experimental
1 parent df236f5 commit 21a9485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/api/settings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ If the provided index does not exist, it will be created.
243243
| **[`synonyms`](#synonyms)** | Object | Empty | List of associated words treated similarly |
244244
| **[`typoTolerance`](#typo-tolerance)** | Object | [Default object](#typo-tolerance-object) | Typo tolerance settings |
245245
| **[`embedders`](#embedders)** | Object of objects | [Default object](#embedders-object) | Embedder required for performing meaning-based search queries |
246-
| **[`chat`](#chat)** | Object | [Default object](#chat-object) | Chat settings for performing conversation-based queries |
246+
| **[`chat`](#conversation)** <NoticeTag type="experimental" label="experimental" /> | Object | [Default object](#chat-object) | Chat settings for performing conversation-based queries |
247247

248248
#### Example
249249

@@ -2921,7 +2921,7 @@ To remove a single embedder, use the [update embedder settings endpoint](#update
29212921

29222922
You can use the returned `taskUid` to get more details on [the status of the task](/reference/api/tasks#get-one-task).
29232923

2924-
## Conversation
2924+
## Conversation <NoticeTag type="experimental" label="experimental" />
29252925

29262926
Conversational querying allows a more human-like interaction with your search engine. It enables you to ask questions and receive relevant answers based on the content of your documents.
29272927

0 commit comments

Comments
 (0)