build_knowledge_graph
Construct a knowledge graph from entities and relationships in the Commodore 64 knowledge base to visualize connections between concepts.
Instructions
Build a knowledge graph from entities and relationships in the C64 knowledge base. The graph represents entities as nodes and their relationships as weighted edges. Use this to understand the structure of knowledge and find connections between concepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_types | No | Filter to specific entity types (e.g., ['person', 'product', 'hardware']). Omit for all types. | |
| min_occurrences | No | Minimum entity occurrences to include (default: 2) | |
| min_relationship_strength | No | Minimum relationship strength 0.0-1.0 (default: 0.3) |