Skip to content
Max Wang edited this page Nov 15, 2024 · 23 revisions

Original Source: Strider

Description: Strider is a sub-service of the ARAGORN ARA that implements the Translator Reasoner API (TRAPI). It is the KP-querying, result-assembling module of ARAGORN. Strider is developed by the Ranking Agent team.

  • Documentation about running and deploying Strider is on GitHub
  • To contribute to Strider, see the guidelines.
  • To experiment with Strider, see the Swagger UI

Using Strider

Clients should POST a TRAPI Request to the /query or /asyncquery Strider endpoints. When a query graph is provided, Strider will consult KPs to fill in the knowledge graph and construct (complete) results. It will return a TRAPI Response.

Knowledge providers accessed:

KPs

URLs:

Source Code: GitHub
External Documentation: Swagger UI

Clone this wiki locally