You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new method named searchSimilarDocuments() having 1 parameter. This parameter is an object correspond to the body you should pass to the POST /similar route. Do not manage error, Meilisearch will handle them if a field is missing in the body.
Do NOT implement the route for GET /similar, we will add it in a second iteration if requested.
Related to meilisearch/integration-guides#301
Explanation of the feature
Introduction of a new route to get similar documents
Usage: https://meilisearch.notion.site/Get-similar-documents-usage-540919ca755c4da0b7cdee273db3f290?pvs=74
TODO
searchSimilarDocuments()
having 1 parameter. This parameter is an object correspond to the body you should pass to thePOST /similar
route. Do not manage error, Meilisearch will handle them if a field is missing in the body.Do NOT implement the route for
GET /similar
, we will add it in a second iteration if requested.bump-meilisearch-v1.9.0
and NOTmain
. Please do 1 PR for all of these changes, and not several.The text was updated successfully, but these errors were encountered: