Skip to content

Commit 46ddc87

Browse files
authored
Merge pull request #262 from jasirkt/patch-1
Added disclaimer about quantization in free services
2 parents fad9cee + 697e9bc commit 46ddc87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ 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]
46+
> While free services support quantization, they may not demonstrate the full storage savings due to the limited storage quota.
47+
4548
## Add "compressions" to a search index
4649

4750
The following example shows a partial index definition with a fields collection that includes a vector field, and a `vectorSearch.compressions` section.

0 commit comments

Comments
 (0)