Trigger Kg Extraction
Extract entities and relationships from memories.
Builds the knowledge graph by analyzing memory content. Use backfill=true
to queue the next bounded backfill wave for unprocessed memories, or pass
specific memory_ids to target individual ones.
Query Parameters
backfill?Backfill
memory_ids?|
Comma-separated memory IDs for scoped extraction
scan_limit?|null
batch_size?|null
repair_empty?Repair Empty
When backfill=true, process a bounded repair wave for memories previously marked extracted but carrying no graph facts.
Response Body
application/json
application/json
curl -X POST "https://example.com/agent/trigger/kg-extraction"{ "property1": "string", "property2": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}