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 d94f04e commit 6f82c97Copy full SHA for 6f82c97
1 file changed
segment_vector.go
@@ -77,8 +77,7 @@ type VectorIndex interface {
77
ObtainKCentroidCardinalitiesFromIVFIndex(limit int, descending bool) ([]index.CentroidCardinality, error)
78
}
79
80
-// refactor this?
81
-type CentroidIndexSegment interface {
+type TrainedSegment interface {
82
Segment
83
GetCoarseQuantizer(field string) (*faiss.IndexImpl, error)
84
0 commit comments