get_entity_relationships
Retrieve entities frequently co-occurring with a given entity, sorted by relationship strength. Useful for discovering related concepts, hardware, and techniques.
Instructions
Get all entities related to a specific entity. Shows which other entities frequently co-occur with the target entity, sorted by relationship strength. Great for discovering related concepts, hardware, and techniques.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_text | Yes | The entity to find relationships for (e.g., 'VIC-II', 'SID', 'LDA') | |
| min_strength | No | Minimum relationship strength (0.0-1.0, default: 0.0) | |
| max_results | No | Maximum number of related entities to return (default: 20) |