Trigger Community Detection
Detect topic clusters in the knowledge graph.
Groups related entities into communities and generates AI summaries for each cluster.
Query Parameters
resolution?Resolution
Default
1generate_ai_summary?Generate Ai Summary
Default
trueResponse Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/agent/trigger/community-detection"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}