Trigger Kg Extraction
Manually trigger KG extraction (backfill, targeted, or scoped to specific memories).
Query Parameters
backfill?boolean
Default
falsememory_ids?|
Comma-separated memory IDs for scoped extraction
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/agent/trigger/kg-extraction"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}