Skip to content

Commit a258d79

Browse files
authored
Correct heading level for approximate k-NN (#6239)
Signed-off-by: Fanit Kolchina <[email protected]>
1 parent 719b389 commit a258d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_search-plugins/knn/approximate-knn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The k-NN plugin builds a native library index of the vectors for each knn-vector
2121

2222
Because the native library indexes are constructed during indexing, it is not possible to apply a filter on an index and then use this search method. All filters are applied on the results produced by the approximate nearest neighbor search.
2323

24-
### Recommendations for engines and cluster node sizing
24+
## Recommendations for engines and cluster node sizing
2525

2626
Each of the three engines used for approximate k-NN search has its own attributes that make one more sensible to use than the others in a given situation. You can follow the general information below to help determine which engine will best meet your requirements.
2727

0 commit comments

Comments
 (0)