meilisearch / meilisearch/meilisearch-java
[v1.15.1] Add support for conversational search
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 245
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing Java client methods for patterns, then read the linked chats API reference and getting-started guide to identify the required operations. Add the chats API methods and corresponding test cases, verifying that the client can interact with the documented conversational-search endpoints.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100