Skip to content

Commit 49fb398

Browse files
Update articles/search/vector-search-how-to-configure-compression-storage.md
Co-authored-by: Robert Lee <[email protected]>
1 parent 7ba679e commit 49fb398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/vector-search-how-to-configure-compression-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Indexing is slower due to the extra steps, but queries will be faster.
226226

227227
The following example illustrates a vector search configuration that meets the requirements and recommendations of MRL.
228228

229-
`truncationDimension` is a compression property. It specifies how much to shrink the vector graph in memory in conjunction with a compression method like scalar or binary compression. We recommend 1,024 for t`runcationDimension`. A dimensionality of less than 1,000 degrades the quality of search results when using MRL and binary compression.
229+
`truncationDimension` is a compression property. It specifies how much to shrink the vector graph in memory in conjunction with a compression method like scalar or binary compression. We recommend 1,024 or higher for `truncationDimension` with binary quantization. A dimensionality of less than 1,000 degrades the quality of search results when using MRL and binary compression.
230230

231231

232232
```json

0 commit comments

Comments
 (0)