Uses of Class
io.milvus.param.dml.ranker.BaseRanker
Packages that use BaseRanker
-
Uses of BaseRanker in io.milvus.param.dml
Methods in io.milvus.param.dml with parameters of type BaseRankerModifier and TypeMethodDescriptionHybridSearchParam.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.rankerModifier and TypeClassDescriptionclassThe RRF reranking strategy, which merges results from multiple searches, favoring items that consistently appear.classThe Average Weighted Scoring reranking strategy, which prioritizes vectors based on relevance, averaging their significance.