diff --git a/en/reference/schema-reference.html b/en/reference/schema-reference.html index a70180aed6..ad42bcc34e 100644 --- a/en/reference/schema-reference.html +++ b/en/reference/schema-reference.html @@ -3365,7 +3365,7 @@

hnsw

Specifies optional parameters for an HNSW index to enable faster, approximate nearest neighbor search using the nearestNeighbor query operator. -{% include note.html content="Specifying the index keyword in the indexing statement of a tensor creates an HNSW index with default settings, even if this block is not specified! "%} +{% include note.html content="Specifying the index keyword in the indexing statement of a tensor creates an HNSW index with default settings, even if this block is not specified! "%} This implements a modified version of the Hierarchical Navigable Small World (HNSW) graphs algorithm (paper).