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
Copy file name to clipboardExpand all lines: reference/api/batches.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The `/batches` route gives information about the progress of batches of [asynchr
52
52
"embedderRequests": {
53
53
"total": 12,
54
54
"failed": 5,
55
-
"lastError": "runtime error: received internal error HTTP 500 from embedding server\n - server replied with `{\"error\":\"Service Unavailable\",\"text\":\"will_error\"}`"
55
+
"lastError": "runtime error: received internal error HTTP 500 from embedding server\n - server replied with `{\"error\":\"Service Unavailable\"}`"
56
56
}
57
57
},
58
58
"duration": "PT0.250518S",
@@ -130,7 +130,7 @@ Size of each internal database, including by how much it changed after a batch w
130
130
131
131
#### `embedderRequests`
132
132
133
-
Object containing the total number of requests made to the embedder. Also displays the number of failed tasks, if any, along with the error message for the most recent failure.
133
+
Object containing the total number of requests made to the embedder. Also displays the number of failed requests, if any, along with the error message for the most recent failure.
134
134
135
135
Only present in batches with at least one task querying an embedder. This field continuously updates until Meilisearch finishes processing the batch.
136
136
@@ -234,7 +234,7 @@ For example, `?uids=0` returns a batch containing the task with a `taskUid` equa
234
234
"embedderRequests": {
235
235
"total": 12,
236
236
"failed": 5,
237
-
"lastError": "runtime error: received internal error HTTP 500 from embedding server\n - server replied with `{\"error\":\"Service Unavailable\",\"text\":\"will_error\"}`"
237
+
"lastError": "runtime error: received internal error HTTP 500 from embedding server\n - server replied with `{\"error\":\"Service Unavailable\"}`"
238
238
}
239
239
},
240
240
"duration": "PT0.110083S",
@@ -293,7 +293,7 @@ Get a single batch.
293
293
"embedderRequests": {
294
294
"total": 12,
295
295
"failed": 5,
296
-
"lastError": "runtime error: received internal error HTTP 500 from embedding server\n - server replied with `{\"error\":\"Service Unavailable\",\"text\":\"will_error\"}`"
296
+
"lastError": "runtime error: received internal error HTTP 500 from embedding server\n - server replied with `{\"error\":\"Service Unavailable\"}`"
0 commit comments