Learn how to implement AI-powered conversational search in your application
chatCompletions
permission. Find it using:
/chats
endpoint.
description
field helps the LLM understand what data is in the index, improving search relevance.-N
flag for handling streaming responses:
tools
array. These settings are optional, but greatly improve user experience:
_meiliSearchProgress
: shows users what searches are being performed_meiliSearchSources
: displays the actual documents used to generate responsesmeilisearch --master-key yourKey
curl http://localhost:7700/keys -H "Authorization: Bearer MEILISEARCH_KEY"
_meiliSearchProgress
and _meiliSearchSources
tools in your request"stream": true
in your requests