Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.8] Hybrid search improvements #1641

Closed
9 tasks done
curquiza opened this issue Apr 7, 2024 · 1 comment
Closed
9 tasks done

[v1.8] Hybrid search improvements #1641

curquiza opened this issue Apr 7, 2024 · 1 comment
Labels
Meilisearch bump Changes related to the Meilisearch bump version

Comments

@curquiza
Copy link
Member

curquiza commented Apr 7, 2024

Related to meilisearch/integration-guides#299

Quick explanation of the changes

Related issue in the engine: meilisearch/meilisearch#4481

⚠️ Refer to

Summary of changes:

  • Handle breaking changes about search
    • vector is not longer displayed in the search response
    • _semanticScore is no longer returned in the search response
    • When adding "showRankingScoreDetails": true to a semantic search query, the vector and its value are no longer displayed
  • Add new models
    • REST embedder
    • Ollama
  • Addition of distribution field in settings
  • New semanticHitCount field in search response
  • Now Meilisearch hides API key

TODO

  • Investigate and fix tests for Hybrid search when receiving undefined instead of [1] -> is it expected? Why do we have this change?
  • Ensure breaking changes fit in the code base. It's about removing fields, so "fit in the code base" means
    • Ensure the code base does not expect any of these fields
    • Fix the tests (if any are broken because of these changes)
  • Ensure the support of the new models rest and ollama
  • Ensure the support of the distribution field in index settings for embedders
  • Ensure the support of the semanticHitCount in the search response for hybrid/semantic search
  • Now Meilisearch hides API key: fix the elated tests.
  • Add tests for each of these additions

⚠️ Make PRs pointing to bump-meilisearch-v1.8.0 and NOT main. Please do 1 PR for all of these changes, and not several.

@curquiza curquiza added the Meilisearch bump Changes related to the Meilisearch bump version label Apr 7, 2024
@curquiza
Copy link
Member Author

curquiza commented Apr 29, 2024

Done by #1647
Will be released on next Monday

@curquiza curquiza closed this as completed May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meilisearch bump Changes related to the Meilisearch bump version
Projects
None yet
Development

No branches or pull requests

1 participant