mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 09:46:16 +00:00
feat: Add semantic deduplication and threshold configuration for improved query filtering
This commit is contained in:
@@ -55,6 +55,7 @@ export interface ConfigSearchSettings {
|
||||
localFallbackCount?: number; // Number of local fallback queries to sample when trends fail
|
||||
extraFallbackRetries?: number; // Additional mini-retry loops with fallback terms
|
||||
semanticDedup?: boolean; // Filter queries with high semantic similarity (default: true)
|
||||
semanticDedupThreshold?: number; // Jaccard similarity threshold 0-1 (default: 0.65, lower = stricter)
|
||||
}
|
||||
|
||||
export interface ConfigSearchDelay {
|
||||
|
||||
Reference in New Issue
Block a user