find_bridges
Discover potential cross-domain connections in the knowledge graph by identifying concept pairs that share neighbors but aren't directly connected, surfacing candidates for new insights.
Instructions
Find potential cross-domain connections in the knowledge graph.
Discovers concept pairs in different domains that share neighbors
but aren't directly connected — candidates for new insights.
Args:
limit: Maximum number of bridges to return.
Returns:
List of potential cross-domain bridges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |