Skip to content

Commit 0239d60

Browse files
committed
Fixed compression kind
1 parent 2dfab49 commit 0239d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/vector-search-how-to-truncate-dimensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.update-cycle: 180-days
99
ms.custom:
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 09/28/2025
12+
ms.date: 10/08/2025
1313
---
1414

1515
# Truncate dimensions using MRL compression
@@ -94,7 +94,7 @@ The following example illustrates a vector search configuration that meets the r
9494
    "compressions": [
9595
      {
9696
        "name": "use-mrl",
97-
        "kind": "truncation",
97+
        "kind": "binaryQuantization",
9898
"rescoringOptions": {
9999
"enableRescoring": true,
100100
"defaultOversampling": 10,

0 commit comments

Comments
 (0)