Skip to content

Commit

Permalink
Merge pull request #2996 from vespa-engine/jobergum/increase-hnsw-set…
Browse files Browse the repository at this point in the history
…tings

increase hnsw settings
  • Loading branch information
kkraune authored Nov 16, 2023
2 parents 08a2b6e + 634f663 commit f8cae9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions en/nearest-neighbor-search-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ schema track {
}
index {
hnsw {
max-links-per-node: 16
neighbors-to-explore-at-insert: 50
max-links-per-node: 32
neighbors-to-explore-at-insert: 200
multi-threaded-indexing: false
}
}
Expand Down Expand Up @@ -366,8 +366,8 @@ schema track {
}
index {
hnsw {
max-links-per-node: 16
neighbors-to-explore-at-insert: 50
max-links-per-node: 32
neighbors-to-explore-at-insert: 200
}
}
}
Expand Down Expand Up @@ -458,8 +458,8 @@ field embedding type tensor<float>(x[384]) {
}
index {
hnsw {
max-links-per-node: 16
neighbors-to-explore-at-insert: 50
max-links-per-node: 32
neighbors-to-explore-at-insert: 200
}
}
}
Expand Down

0 comments on commit f8cae9a

Please sign in to comment.