Skip to content

Commit 4143f04

Browse files
committed
formatting
1 parent 7a81fc2 commit 4143f04

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/search/semantic-how-to-query-request.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,13 @@ The response for the above example query returns the following match as the top
226226

227227
For semantic ranking, you should expect a search service to support up to 10 concurrent queries per replica.
228228

229-
The service throttles semantic ranking requests if volumes are too high. Error messages that include `Error in search query: Operation returned an invalid status 'Partial Content'` with a code of `@search.semanticPartialResponseReason` and `CapacityOverloaded` indicate the service is at capacity for semantic ranking.
229+
The service throttles semantic ranking requests if volumes are too high. An error message that includes these phrases indicate the service is at capacity for semantic ranking:
230+
231+
```json
232+
Error in search query: Operation returned an invalid status 'Partial Content'`
233+
@search.semanticPartialResponseReason`
234+
CapacityOverloaded
235+
```
230236

231237
If you anticipate consistent throughput requirements near, at, or higher than this level, please file a support ticket so that we can provision for your workload.
232238

0 commit comments

Comments
 (0)