Skip to content

Commit 7c67fbb

Browse files
Apply suggestions from code review
Co-authored-by: Mubelotix <[email protected]>
1 parent fe6d46b commit 7c67fbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/api/batches.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `/batches` route gives information about the progress of batches of [asynchr
5252
"embedderRequests": {
5353
"total": 12,
5454
"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\"}`"
5656
}
5757
},
5858
"duration": "PT0.250518S",
@@ -130,7 +130,7 @@ Size of each internal database, including by how much it changed after a batch w
130130

131131
#### `embedderRequests`
132132

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.
134134

135135
Only present in batches with at least one task querying an embedder. This field continuously updates until Meilisearch finishes processing the batch.
136136

@@ -234,7 +234,7 @@ For example, `?uids=0` returns a batch containing the task with a `taskUid` equa
234234
"embedderRequests": {
235235
"total": 12,
236236
"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\"}`"
238238
}
239239
},
240240
"duration": "PT0.110083S",
@@ -293,7 +293,7 @@ Get a single batch.
293293
"embedderRequests": {
294294
"total": 12,
295295
"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\"}`"
297297
}
298298
},
299299
"duration": "PT0.364788S",

0 commit comments

Comments
 (0)