Skip to content

Commit f2ed928

Browse files
Update content/develop/ai/search-and-query/vectors/_index.md
Co-authored-by: mich-elle-luna <[email protected]>
1 parent 7a85b68 commit f2ed928

File tree

1 file changed

+1
-1
lines changed
  • content/develop/ai/search-and-query/vectors

1 file changed

+1
-1
lines changed

content/develop/ai/search-and-query/vectors/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Choose the `SVS-VAMANA` index type when all of the following requirements apply:
161161
| `REDUCE` | The dimension used when using `LeanVec4x8` or `LeanVec8x8` compression for dimensionality reduction. If a value is provided, it should be less than `DIM`. Lowering it can speed up search and reduce memory use. | `DIM / 2` |
162162

163163
{{< warning >}}
164-
Some advanced vector compression features may depend on hardware or Intel's proprietary optimizations. Intel's proprietary LVQ and LeanVec optimizations are not available in Redis Open Source by default. However, one can build Redis from source using `BUILD_INTEL_SVS_OPT=yes` flag and have the aforementioned optimizations enabled (see [Redis README page](https://github.com/redis/redis?tab=readme-ov-file#running-redis-with-the-query-engine-and-optional-proprietary-intel-svs-vamana-optimisations)).
164+
Some advanced vector compression features may depend on hardware or Intel's proprietary optimizations. Intel's proprietary LVQ and LeanVec optimizations are not available in Redis Open Source by default. However, you can build Redis from source using the `BUILD_INTEL_SVS_OPT=yes` flag with the aforementioned optimizations enabled (see [Redis README page](https://github.com/redis/redis?tab=readme-ov-file#running-redis-with-the-query-engine-and-optional-proprietary-intel-svs-vamana-optimisations)).
165165
On non-Intel platforms and Redis Open Source platforms, `SVS-VAMANA` with `COMPRESSION` will fall back to basic, 8-bit scalar quantization implementation: all values in a vector are scaled using the global minimum and maximum, and then each dimension is quantized independently into 256 levels using 8-bit precision.
166166
{{< /warning >}}
167167

0 commit comments

Comments
 (0)