We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c80c44 commit b0ade87Copy full SHA for b0ade87
tok/partitioned_hnsw/partitioned_hnsw.go
@@ -89,7 +89,7 @@ func (ph *partitionedHNSW[T]) NumIndexPasses() int {
89
}
90
91
func (ph *partitionedHNSW[T]) NumThreads() int {
92
- return NUM_PASSES
+ return ph.numClusters
93
94
95
func (ph *partitionedHNSW[T]) NumSeedVectors() int {
0 commit comments