You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Free services have limited quota and hence hard to hit the quantization threshold of 10000 documents unless the dimensions is very less. Hence quantization may never happen in SQ
Copy file name to clipboardExpand all lines: articles/search/vector-search-how-to-quantization.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ Two types of quantization are supported:
42
42
43
43
- Binary quantization converts floats into binary bits, which takes up 1 bit. This results in up to 28 times reduced vector index size.
44
44
45
+
**Note:** While free services support quantization, they may not demonstrate the full storage savings due to the limited storage quota.
46
+
45
47
## Add "compressions" to a search index
46
48
47
49
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