Skip to content

Commit 697e9bc

Browse files
authored
fixing custom note markdown
1 parent f9c83e8 commit 697e9bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/search/vector-search-how-to-quantization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Two types of quantization are supported:
4242

4343
- Binary quantization converts floats into binary bits, which takes up 1 bit. This results in up to 28 times reduced vector index size.
4444

45-
**Note:** While free services support quantization, they may not demonstrate the full storage savings due to the limited storage quota.
45+
>[!Note]
46+
> While free services support quantization, they may not demonstrate the full storage savings due to the limited storage quota.
4647
4748
## Add "compressions" to a search index
4849

0 commit comments

Comments
 (0)