Skip to content
tursynay edited this page Dec 5, 2023 · 20 revisions

Original Source: Strider

Description: Strider is an 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.

Using Strider

Clients should POST a TRAPI Request to the /query Strider's endpoint. 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

URLs: Source Code: GitHub External Documentation: SmartAPI, Swagger UI

Clone this wiki locally