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 ensure Meilisearch includes the relevant information in its database in the chat queries:
_meiliSearchProgress
: Shows users what searches are being performed_meiliSearchSources
: Provides 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