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 3eb27ff commit 7df71a2Copy full SHA for 7df71a2
tok/partitioned_hnsw/partitioned_factory.go
@@ -19,7 +19,7 @@ import (
19
const (
20
NumClustersOpt string = "numClusters"
21
PartitionStratOpt string = "partitionStratOpt"
22
- PartitionedHNSW string = "partionedHNSW"
+ PartitionedHNSW string = "partionedhnsw"
23
)
24
25
type partitionedHNSWIndexFactory[T c.Float] struct {
0 commit comments