Learn how to implement AI-powered conversational search in your application
meilisearch --master-key yourMasterKey
In some versions, you may also need to add the --experimental-enable-chat
flag when starting Meilisearch.chatCompletions
permission. Find it using:
description
field helps the LLM understand what data is in the index, improving search relevance.-N
flag for handling streaming responses:
stream: true
) are supported. Non-streaming responses are not yet available and will result in an error._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 <master-key>"
_meiliSearchProgress
and _meiliSearchSources
tools in your request"stream": true
in your requests