Trigger Kg Extraction
Extract entities and relationships from memories.
Builds the knowledge graph by analyzing memory content. Use backfill=true to process all unprocessed memories, or pass specific memory_ids to target individual ones.
Query Parameters
backfill?Backfill
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": {}
}
]
}