diff --git a/diskann-providers/src/model/graph/provider/layers/betafilter.rs b/diskann-providers/src/model/graph/provider/layers/betafilter.rs index 47ce6350b..edd1e3139 100644 --- a/diskann-providers/src/model/graph/provider/layers/betafilter.rs +++ b/diskann-providers/src/model/graph/provider/layers/betafilter.rs @@ -112,12 +112,13 @@ where /// /// The [`BetaComputer`] then uses this ID to consult the filter predicate and adjust the /// distance accordingly. -impl SearchStrategy for BetaFilter +impl SearchStrategy for BetaFilter where T: ?Sized, I: VectorId, + O: Send, Provider: DataProvider, - Strategy: SearchStrategy, + Strategy: SearchStrategy, { /// An accessor that returns the ID in addition to the element yielded by the inner /// accessor.