detect_graph_communities
Identifies densely connected clusters in the knowledge graph to reveal topic groupings and thematic communities among entities.
Instructions
Detect communities (clusters) in the knowledge graph. Communities are groups of entities that are more densely connected to each other than to the rest of the graph. This helps identify topic clusters and thematic groupings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_types | No | Filter graph to specific entity types (optional) | |
| min_occurrences | No | Minimum entity occurrences (default: 2) | |
| algorithm | No | Detection algorithm: 'louvain' (best for large graphs), 'label_propagation' (fast), or 'greedy_modularity' | louvain |