From 3ab05738c8ad88e0d8e6827bf320c81ea752e8b1 Mon Sep 17 00:00:00 2001 From: Andreas Eriksen Date: Mon, 6 Jan 2025 16:01:58 +0100 Subject: [PATCH] fix include statement --- en/reference/schema-reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).