了解如何使用 Meilisearch 的聊天功能实现 AI 驱动的对话式搜索
curl \ -X PATCH 'MEILISEARCH_URL/experimental-features/' \ -H 'Content-Type: application/json' \ --data-binary '{ "chatCompletions": true }'
/chats/{workspace}/chat/completions
/chats/{workspace}/settings
此页面有帮助吗?