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 1cf52d8 commit b66cfc6Copy full SHA for b66cfc6
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