Get Related Communities
Return other communities sharing entity-to-entity edges with this one.
Cross-space; reads the global graph regardless of active space lens. Communities are computed by Louvain over the global Entity projection, so the related-communities lens is meaningless when scoped to a single space. The "shared edge count" is how many RELATES_TO edges run between an entity in this community and an entity in the other community: the strongest available signal that two topic clusters touch each other in the user's mind.
Path Parameters
community_id*Community Id
Query Parameters
limit?Limit
Default
6Range
1 <= value <= 20Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/library/community/0/related"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}