Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the related subgraph from a starting node.
/query
{ "type": "related", "node_id": 0, "depth": 2 }
type
"related"
node_id
depth
{ "success": true, "found": true, "path": [0, 1, 2], "edges": [ {"from": 0, "to": 1, "weight": 10}, {"from": 0, "to": 2, "weight": 7} ], "grounding": "inference", "error": null }
{ "success": true, "found": false, "path": [], "edges": [], "grounding": "unknown", "error": null, "diagnostic": "node_not_found" }
found
false
diagnostic
node_not_found
curl -X POST http://localhost:8080/query \ -H "Content-Type: application/json" \ -d '{"type": "related", "node_id": 0, "depth": 2}'
Was this page helpful?