NCATS-Gamma / robokop

Master UI for ROBOKOP
MIT License
16 stars 3 forks source link

Answers >1000 #21

Closed karafecho closed 6 years ago

karafecho commented 6 years ago

I assume there's a plan to score and rank answers >1000?

patrickkwang commented 6 years ago

It's just a matter of changing a parameter, but these have to be handled by the browser on the client side, and it bogs down. It may be possible to load these on the fly by calling Python as the user scrolls. That will be a new technical challenge.

kennethmorton commented 6 years ago

This pushes us against a wall with file sizes. Some Answer Sets with 250 answers start to push 100mb in the standard JSON format. We have a proposal to change the standard format. Perhaps that is the best path forward.

patrickkwang commented 6 years ago

This is now configurable at the ranker API, with a default of 250. #81