Uses of Class
io.milvus.param.dml.ranker.BaseRanker
-
Packages that use BaseRanker Package Description io.milvus.param.dml io.milvus.param.dml.ranker -
-
Uses of BaseRanker in io.milvus.param.dml
Methods in io.milvus.param.dml with parameters of type BaseRanker Modifier and Type Method Description HybridSearchParam.BuilderHybridSearchParam.Builder. withRanker(@NonNull BaseRanker ranker)Set a ranker for rearranging number of limit results. -
Uses of BaseRanker in io.milvus.param.dml.ranker
Subclasses of BaseRanker in io.milvus.param.dml.ranker Modifier and Type Class Description classRRFRankerThe RRF reranking strategy, which merges results from multiple searches, favoring items that consistently appear.classWeightedRankerThe Average Weighted Scoring reranking strategy, which prioritizes vectors based on relevance, averaging their significance.
-