meilisearch-python icon indicating copy to clipboard operation
meilisearch-python copied to clipboard

[v1.15.1] Add support for conversational search

Open Strift opened this issue 6 months ago • 2 comments

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

Strift avatar Aug 05 '25 09:08 Strift

hey @Strift could i try to tackle this issue?

EazyAl avatar Aug 05 '25 14:08 EazyAl

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!

Strift avatar Aug 06 '25 04:08 Strift