Skip to content

refactor(reranker): rename TOKEN_COST_ALPHA to CONTEXT_DECAY_FACTOR

Jérôme Revillard requested to merge refactor/rename-token-cost-alpha into main

Pure rename — no logic change. Renames the misleading 'TOKEN_COST_ALPHA' to 'CONTEXT_DECAY_FACTOR' across all surfaces (code, config, docs, ansible). The name was not a real system cost but a heuristic context-decay factor. 10 references updated.

Merge request reports

Loading