ranking-agent / AnswerCoalesce

A TRAPI-compliant component of ARAGORN that groups together similar results.
MIT License
2 stars 0 forks source link

Filter #103

Closed cbizon closed 2 years ago

cbizon commented 2 years ago

This PR attempts to help with #99.

It does a couple of things:

  1. Graph coalescer is only going to pay attention to nodes that are in our redis.
  2. That requires a bit of fiddling around with the oppportunities to filter out the extras
  3. Since we now know the space of nodes, we can count exactly the total node counts rather than estimate them.