[v1.15.1] Add support for conversational search
This issue follows the changes related to Meilisearch v1.16.0 mega issue.
Description
Add the necessary methods to interact with the chats API. You can learn how to use the feature by taking a look at the getting started guide.
For more context, see the related issue in Meilisearch: https://github.com/meilisearch/meilisearch/issues/5713
NB: the chat API was released in Meilisearch 1.15.1.
Tasks
- [ ] Add the new methods to interact with the Meilisearch API
- [ ] Add new tests cases
hey @Strift could i try to tackle this issue?
Hey @EazyAl, thanks for your interest!
You're welcome to give it a try and open a PR for this. If that can be helpful, here's how we implemented in the JavaScript SDK: https://github.com/meilisearch/meilisearch-js/pull/1988
NB: We prefer not assigning issues because this can discourage other volunteer contributors from opening a PR to fix this issue.
We are looking forward to reviewing your PR!