Skip to content

Commit 77b233f

Browse files
committed
Fix warning shortcode use
1 parent 3fdc228 commit 77b233f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/ai/search-and-query/vectors/svs-compression.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ The strong performance of LVQ and LeanVec stems from their ability to adapt to t
107107

108108
By default, Redis Open Source with the Redis Query Engine supports SVS-VAMANA indexing with the global 8-bit quantisation. To compile Redis with the Intel SVS-VAMANA optimisations, LeanVec and LVQ, for Intel platforms, follow the instructions below.
109109

110-
{{ warning }}
110+
{{< warning >}}
111111
If you are using Redis Open Source under the AGPLv3 or SSPLv1 licenses, you cannot use it together with the Intel Optimization binaries (LeanVec and LVQ). The reason is that the Intel SVS license is not compatible with those licenses.
112112
The LeanVec and LVQ techniques are closed source and are only available for use with Redis Open Source when distributed under the RSALv2 license.
113113
For more details, please refer to the [information provided by Intel](https://github.com/intel/ScalableVectorSearch).
114-
{{ /warning }}
114+
{{< /warning >}}
115115

116116
### Build Redis Open Source
117117

0 commit comments

Comments
 (0)