export_relationships
Export entity relationships in CSV or JSON format. Includes entity pairs, types, and relationship strength scores for network analysis and visualization.
Instructions
Export all entity relationships to CSV or JSON format. Includes entity pairs, types, relationship strength scores (0.0-1.0), and document counts. Perfect for network analysis, visualization, or data export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: 'csv' or 'json' | csv |
| min_strength | No | Minimum relationship strength (0.0-1.0) | |
| entity_types | No | Filter by entity types (applies to either entity in pair). Leave empty for all types. | |
| output_path | No | Optional file path to save export (if not provided, returns as string) |