Skip to content

Commit bdad44f

Browse files
Fixes
1 parent 9be35e2 commit bdad44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-api-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ If you're upgrading from `2024-09-01-preview`, you can use the new preview APIs
8181

8282
However, the new version introduces syntax changes to `vectorSearch.compressions`:
8383

84-
+ replaces `rerankWithOriginalVectors` with `enableRescoring`
85-
+ moves `defaultOversampling` to a new `rescoringOptions` property object
84+
+ Replaces `rerankWithOriginalVectors` with `enableRescoring`
85+
+ Moves `defaultOversampling` to a new `rescoringOptions` property object
8686

8787
Backwards compatibility is preserved due to an internal API mapping, but we recommend changing the syntax if you adopt the new preview version. For a comparison of the syntax, see [Compress vectors using scalar or binary quantization](vector-search-how-to-quantization.md#add-compressions-to-a-search-index).
8888

0 commit comments

Comments
 (0)