Blogs›Qdrant›Relevance Score Boosting and Decay Functions
Relevance Score Boosting and Decay Functions
Qdrant enhances its relevance scoring capabilities by detailing the implementation and usage of decay functions (Linear, Exponential, Gaussian) within its score boosting functionality. These functions allow numeric payload fields or similarity scores to influence search relevance by transforming values into a 0.0-1.0 scale based on a target value and decay parameters (scale, midpoint). The post provides examples for use cases like time-based relevance, distance-based relevance, and price sensitivity. Version 1.17 introduces Relevance Feedback Query, a scalable, vector-native approach to incorporating relevance feedback by using lightweight feedback on a few top results to create context pairs of more- and less-relevant examples. These pairs adjust the scoring function during the next retrieval pass by modifying how similarity is computed, leading to improved recall without retraining models. Weighted Reciprocal Rank Fusion (RRF) is also introduced to allow assigning weights to different rankers.