Skip to content

feat(core): Add new index PartitionedHNSW for vectors #2429

feat(core): Add new index PartitionedHNSW for vectors

feat(core): Add new index PartitionedHNSW for vectors #2429

Triggered via pull request August 25, 2025 10:07
Status Success
Total duration 3m 3s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint2(errcheck): posting/index.go#L1432
[new] Error return value of `MemLayerInstance.IterateDisk` is not checked
golangci-lint2(errcheck): posting/index.go#L1586
[new] Error return value of `indexer.BuildInsert` is not checked
golangci-lint2(errcheck): posting/index.go#L1644
[new] Error return value of `indexer.BuildInsert` is not checked
golangci-lint2(errcheck): posting/index.go#L1658
[new] Error return value of `x.ExponentialRetry` is not checked
golangci-lint2(unused): tok/kmeans/kmeans.go#L119
[new] func (*vectorCentroids[T]).getCentroids is unused
golangci-lint2(unused): tok/kmeans/kmeans.go#L140
[new] func (*vectorCentroids[T]).findNClosestCentroids is unused
golangci-lint2(ineffassign): systest/vector/vector_test.go#L437
[new] ineffectual assignment to err
golangci-lint2(unused): tok/partitioned_hnsw/partitioned_hnsw.go#L28
[new] field vecCount is unused
golangci-lint2(staticcheck): tok/hnsw/persistent_hnsw.go#L122
[new] S1023: redundant return statement
golangci-lint2(staticcheck): tok/partitioned_hnsw/partitioned_factory.go#L67
[new] ST1005: error strings should not be capitalized