Skip to content

Commit

Permalink
Merge pull request #3566 from vespa-engine/andreer/fix-include-statement
Browse files Browse the repository at this point in the history
fix include statement
  • Loading branch information
geirst authored Jan 6, 2025
2 parents 38644f9 + 3ab0573 commit fd97fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/schema-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -3365,7 +3365,7 @@ <h2 id="index-hnsw">hnsw</h2>
Specifies optional parameters for an HNSW index to enable faster, approximate nearest neighbor search
using the <a href="query-language-reference.html#nearestneighbor">nearestNeighbor</a> query operator.

{% include note.html content="Specifying the <code>index</code> keyword in the <a href="#indexing">indexing</a> statement of a tensor creates an HNSW index with default settings, even if this block is not specified! "%}
{% include note.html content="Specifying the <code>index</code> keyword in the <a href='#indexing'>indexing</a> 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 (<a href="https://arxiv.org/abs/1603.09320">paper</a>).
Expand Down

0 comments on commit fd97fb4

Please sign in to comment.