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

optimized pair queries #99

Closed cbizon closed 1 year ago

cbizon commented 1 year ago

Instead of checking for every pair, we do onehops from each node, and continually remove nodes that have already been covered.