Skip to content

Commit

Permalink
removed extra commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
metonymic-smokey committed Oct 16, 2024
1 parent f785f6c commit 73e905d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions faiss_vector_posting.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,6 @@ func (sb *SegmentBase) InterpretVectorIndex(field string, requiresFiltering bool
minEligibleCentroids = i + 1
}

// If the fraction of eligible vec IDs is greater than 50%,
// use an exclude selector instead for the ineligible IDs.

// Search the clusters specified by 'closestCentroidIDs' for
// vectors whose IDs are present in 'vectorIDsToInclude'
scores, ids, err := vecIndex.SearchClustersFromIVFIndex(
Expand Down

0 comments on commit 73e905d

Please sign in to comment.