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
1063: Support searching for similar documents r=sanders41 a=ellnix
# Pull Request
## Related issue
Fixes#988
Instructions were not to add the `GET` endpoint, it seems other integrations also do not have it.
I tried as closely as possible to match the documentation and the signature of the main `search` method. If I should wrap the results in a class, please let me know once again and I'll do it.
Co-authored-by: ellnix <ellnix@disroot.org>
parameters accepted by the get similar documents route: https://www.meilisearch.com/docs/reference/api/similar#body
416
+
"id" and "embedder" are required.
417
+
418
+
Returns
419
+
-------
420
+
results:
421
+
Dictionary with hits, offset, limit, processingTimeMs, and id
422
+
423
+
Raises
424
+
------
425
+
MeilisearchApiError
426
+
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://www.meilisearch.com/docs/reference/errors/error_codes#meilisearch-errors
0 commit comments