ranking-agent / aragorn-ranker

Exposes TRAPI functions to add literature co-occurrence edges, convert publications to edge weights, and provide scores for answers.
MIT License
0 stars 1 forks source link

Ranker speed investigation - Really bug fixes. #120

Closed kennethmorton closed 1 year ago

kennethmorton commented 1 year ago

Perhaps the name of the branch is poor, but this came about as part of investigation into the speed of the ranker. No significant speed ups were found, but several bugs were identified that led to edges not being included in the ranking. This largely came from additional nodes provided in aux graphs.

This also includes a fix for probe selection when multiple ids are bound to a single qnode.

black has occurred so parsing the diff is tough. Sorry.

line 359 is a big fix.