-
Notifications
You must be signed in to change notification settings - Fork 104
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:
_vectorsno longer returned in documents (by default). UseretrieveVectorsduring the search to see it. - Extension to the
_vectorsfield in documents: in the_vectorsfield,textcan be an object and acceptembeddingsandregeneratefieldsembeddingsis an array of embeddings, astextcan beregenerateis a boolean
Usage: https://meilisearch.notion.site/v1-9-AI-search-changes-e90d6803eca8417aa70a1ac5d0225697
TODO
- Related to the breaking change:
- Ensure
_vectorsis not a mandatory field - Add the new search parameter
retrieveVectors - Add the new parameter
retreiveVectorsto get documents (POST and GET route)
- Ensure
- in the
_vectorsfield,textcan also be an object and acceptembeddingsandregeneratefieldsembeddingsis an array of embeddings, astextcan beregenerateis 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