-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
Meilisearch bumpChanges related to the Meilisearch bump versionChanges related to the Meilisearch bump versionenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Related to meilisearch/integration-guides#301
Explanation of the feature
- Breaking:
_vectors
no longer returned in documents (by default). UseretrieveVectors
during the search to see it. - Extension to the
_vectors
field in documents: in the_vectors
field,text
can be an object and acceptembeddings
andregenerate
fieldsembeddings
is an array of embeddings, astext
can beregenerate
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
- Add the new parameter
retreiveVectors
to get documents (POST and GET route)
- Ensure
- in the
_vectors
field,text
can also be an object and acceptembeddings
andregenerate
fieldsembeddings
is an array of embeddings, astext
can beregenerate
is a boolean
- Add tests and fix tests if necessary
bump-meilisearch-v1.9.0
and NOT main
. Please do 1 PR for all of these changes, and not several.
Metadata
Metadata
Assignees
Labels
Meilisearch bumpChanges related to the Meilisearch bump versionChanges related to the Meilisearch bump versionenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers