ranking-agent / strider

A TRAPI-compliant component of ARAGORN that queries distributed KPs and assembles answers to user questions.
MIT License
3 stars 0 forks source link

Return partial results #185

Open patrickkwang opened 3 years ago

patrickkwang commented 3 years ago

To clarify, we could allow a timeout parameter on /query requests that will abort processing and return anything we have after the specified time.

maximusunc commented 1 month ago

This would require a major overhaul of the current Strider pipeline that is currently unfeasible. A proposed "hack" is to split all incoming queries into one where the normal query plan is taken with all relevant KPs, and then another where we just contact the Automats. The automats are part of the fastest kps and should be able to finish and give us "partial results".