From 73e905de1df58812bba87f7791b7ed8ab6c036b9 Mon Sep 17 00:00:00 2001 From: Aditi Ahuja Date: Wed, 16 Oct 2024 10:34:45 +0530 Subject: [PATCH] removed extra commentary --- faiss_vector_posting.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/faiss_vector_posting.go b/faiss_vector_posting.go index 384b367..b170dc0 100644 --- a/faiss_vector_posting.go +++ b/faiss_vector_posting.go @@ -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(