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.9] Hybrid search changes #1675

Closed
3 of 6 tasks
curquiza opened this issue Jun 18, 2024 · 1 comment
Closed
3 of 6 tasks

[v1.9] Hybrid search changes #1675

curquiza opened this issue Jun 18, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version

Comments

@curquiza
Copy link
Member

curquiza commented Jun 18, 2024

Related to meilisearch/integration-guides#301

Explanation of the feature

  • Breaking: _vectors no longer returned in documents (by default). Use retrieveVectors during the search to see it.
  • Extension to the _vectors field in documents: in the _vectors field, text can be an object and accept embeddings and regenerate fields
    • embeddings is an array of embeddings, as text can be
    • regenerate is a boolean

Usage: https://meilisearch.notion.site/v1-9-AI-search-changes-e90d6803eca8417aa70a1ac5d0225697

TODO

  • Related to the breaking change:
    • Ensure _vectors is not a mandatory field
    • Add the new search parameter retrieveVectors in the POST and GET search
    • Add the new parameter retreiveVectors to get documents (POST and GET route)
  • in the _vectors field, text can also be an object and accept embeddings and regenerate fields
    • embeddings is an array of embeddings, as text can be
    • regenerate is a boolean
  • Add tests and fix tests if necessary

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

@curquiza curquiza added enhancement New feature or request good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version labels Jun 18, 2024
@curquiza
Copy link
Member Author

closed by #1679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version
Projects
None yet
Development

No branches or pull requests

1 participant