Skip to content

Commit e8d3240

Browse files
committed
fix: clarify the sum
1 parent a183660 commit e8d3240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/hybrid-search-how-to-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Both "k" and "top" are optional. Unspecified, the default number of results in a
350350
> If you're using hybrid search in 2024-05-01-preview API, you can control the number of results from the keyword query using [maxTextRecallSize](#set-maxtextrecallsize-and-countandfacetmode-preview). Combine this with a setting for "k" to control the representation from each search subsystem (keyword and vector).
351351
352352
> [!TIP]
353-
> If you're using semantic ranking, it's a best practice to set both "k" and "maxTextRecallSize" to at least 50 total. The semantic ranker can take up to 50 results. You can then restrict the results returned to the user with the "top" parameter.
353+
> If you're using semantic ranking, it's a best practice to set "k" and "maxTextRecallSize" to sum to at least 50 total. The semantic ranker can take up to 50 results. You can then restrict the results returned to the user with the "top" parameter.
354354
355355
### Ranking
356356

0 commit comments

Comments
 (0)