@@ -11,13 +11,8 @@ mapped_pages:
1111
1212{{esql}} supports vector functions for dense vector similarity calculations and k-nearest neighbor search.
1313
14- These functions are primarily used for:
15- -  Computing similarity between dense vectors using various similarity metrics
16- -  Finding the k-nearest neighbors in vector space
17- -  Calculating vector magnitudes and norms
18- 
1914:::{note}
20- Vector functions are currently in ** preview**  and may change in future versions.  
15+ Vector functions are currently in ** preview**  and may change in future versions.
2116They work with ` dense_vector `  fields and require appropriate field mappings.
2217:::
2318
@@ -29,20 +24,38 @@ They work with `dense_vector` fields and require appropriate field mappings.
2924:::{include} ../_ snippets/functions/layout/knn.md
3025:::
3126
32- :::{include} ../_ snippets/functions/layout/v_cosine.md
33- :::
34- 
35- :::{include} ../_ snippets/functions/layout/v_dot_product.md
36- :::
37- 
38- :::{include} ../_ snippets/functions/layout/v_hamming.md
39- :::
40- 
41- :::{include} ../_ snippets/functions/layout/v_l1_norm.md
42- :::
43- 
44- :::{include} ../_ snippets/functions/layout/v_l2_norm.md
45- :::
46- 
47- :::{include} ../_ snippets/functions/layout/v_magnitude.md
48- :::
27+ % V_COSINE is currently a hidden feature
28+ % To make it visible again, uncomment this and the line in
29+ % lists/vector-functions.md
30+ % :::{include} ../_ snippets/functions/layout/v_cosine.md
31+ % :::
32+ 
33+ % V_DOT_PRODUCT is currently a hidden feature
34+ % To make it visible again, uncomment this and the line in
35+ % lists/vector-functions.md
36+ % :::{include} ../_ snippets/functions/layout/v_dot_product.md
37+ % :::
38+ 
39+ % V_HAMMING is currently a hidden feature
40+ % To make it visible again, uncomment this and the line in
41+ % lists/vector-functions.md
42+ % :::{include} ../_ snippets/functions/layout/v_hamming.md
43+ % :::
44+ 
45+ % V_L1_NORM is currently a hidden feature
46+ % To make it visible again, uncomment this and the line in
47+ % lists/vector-functions.md
48+ % :::{include} ../_ snippets/functions/layout/v_l1_norm.md
49+ % :::
50+ 
51+ % V_L2_NORM is currently a hidden feature
52+ % To make it visible again, uncomment this and the line in
53+ % lists/vector-functions.md
54+ % :::{include} ../_ snippets/functions/layout/v_l2_norm.md
55+ % :::
56+ 
57+ % V_MAGNITUDE is currently a hidden feature
58+ % To make it visible again, uncomment this and the line in
59+ % lists/vector-functions.md
60+ % :::{include} ../_ snippets/functions/layout/v_magnitude.md
61+ % :::
0 commit comments