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
parameters accepted by the get batches route: https://www.meilisearch.com/docs/reference/api/batches#get-batches.
621
+
622
+
Returns
623
+
-------
624
+
batch:
625
+
BatchResult instance containing limit, from, next and results containing a list of all batches.
626
+
627
+
Raises
628
+
------
629
+
MeilisearchApiError
630
+
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
Batch instance containing information about the progress of the asynchronous batch.
646
+
647
+
Raises
648
+
------
649
+
MeilisearchApiError
650
+
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
parameters accepted by the get similar documents route: https://www.meilisearch.com/docs/reference/api/similar#body
411
+
"id" and "embedder" are required.
412
+
413
+
Returns
414
+
-------
415
+
results:
416
+
Dictionary with hits, offset, limit, processingTimeMs, and id
417
+
418
+
Raises
419
+
------
420
+
MeilisearchApiError
421
+
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
parameters accepted by the get batches route: https://www.meilisearch.com/docs/reference/api/batches#get-batches.
37
+
38
+
Returns
39
+
-------
40
+
batch:
41
+
BatchResults instance contining limit, from, next and results containing a list of all batches.
42
+
43
+
Raises
44
+
------
45
+
MeilisearchApiError
46
+
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
Batch instance containing information about the progress of the asynchronous batch.
68
+
69
+
Raises
70
+
------
71
+
MeilisearchApiError
72
+
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