Skip to content

Commit 53d9175

Browse files
💅
1 parent 4c6b6e3 commit 53d9175

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

‎guides/ai/getting_started_with_chat.mdx‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ This guide walks you through implementing Meilisearch's chat completions feature
1010

1111
Before starting, ensure you have:
1212

13-
- A secure Meilisearch >= v1.15.1 project
13+
- A [secure](/learn/security/basic_security) Meilisearch >= v1.15.1 project
1414
- An API key from an LLM provider
1515
- At least one index with searchable content
1616

17-
<Warning>
18-
You can only use chat completions with [secured Meilisearch projects](/learn/security/basic_security).
19-
</Warning>
20-
2117
## Enable the chat completions feature
2218

2319
First, enable the chat completions experimental feature:

‎reference/api/chats.mdx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Chat queries only search indexes its API key can access. The default chat API ke
3333

3434
```json
3535
{
36-
"uid": "customer-support"
36+
"uid": "WORKSPACE_NAME"
3737
}
3838
```
3939

@@ -140,7 +140,7 @@ Get information about a workshop.
140140
| **`searchQParam`** | String | A prompt to explain what the `q` parameter of the search function does and how to use it |
141141
| **`searchIndexUidParam`** | String | A prompt to explain what the `indexUid` parameter of the search function does and how to use it |
142142

143-
### Get chat settings
143+
### Get chat workspace settings
144144

145145
<RouteHighlighter method="GET" path="/chats/{workspace_uid}/settings" />
146146

0 commit comments

Comments
 (0)