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

fixed node binding bug #128

Closed cbizon closed 5 months ago

cbizon commented 5 months ago

When we had multiple knodes bound to the same qnode, only the first was being checked for omnicorp edges. This PR fixes that.

it does have the side effect of adding omnicorp edges between the knodes bound to the single qnode as well. I don't think(?) that's a problem, but not 100% sure.