Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/memory / / RRF_DEFAULT_K

Variable: RRF_DEFAULT_K

ts
const RRF_DEFAULT_K: 60 = 60;

Defined in: packages/memory/src/search/rrf.ts:12

Industry-standard Reciprocal Rank Fusion constant. Lower k makes top-ranked items dominate; higher k smooths the contribution of lower-ranked items. k = 60 is the value popularised by Cormack, Clarke, and Büttcher (2009) and is the framework default.

Stable