meilisearch / meilisearch/meilisearch-ruby

[v1.16.0] Add support for multi-modal search

Open
#642 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
Ruby
Stars
224
Forks
54
PR merge metrics
No merged PRs in 30d

Description

This issue follows the mega issue of changes related to v1.16.

Description

We want to update this SDK to allow using indexing and search fragments to enable multi-modal search. This feature is introduced in Meilisearch 1.16.

For more information, see the embedder settings API.

NB: As of Meilisearch 1.16, this feature is experimental. This might require updating the API related to experimental features.

Tasks

  • Update settings methods to allow configuring indexingFraments and searchFragments
  • Add new tests cases
  • Add code sample in .code-samples.meilisearch.yaml under the search_parameter_reference_media_1 key. The example should be similar to this CURL example

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the SDK's settings methods and reviewing the linked Meilisearch 1.16 embedder settings API. Update the settings coverage for indexingFragments and searchFragments, add the requested test cases, and add the example under search_parameter_reference_media_1 in .code-samples.meilisearch.yaml, following the referenced cURL sample.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.