File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,10 @@ This guide walks you through implementing Meilisearch's chat completions feature
1010
1111Before 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
2319First, enable the chat completions experimental feature:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments