llm-graph-builder icon indicating copy to clipboard operation
llm-graph-builder copied to clipboard

Feature Request: Export Final Knowledge Graph for Downstream Analysis

Open LinTang0228 opened this issue 5 months ago • 2 comments

Image

Hello,

The knowledge graph visualization in the UI is excellent. For deeper analysis and use in other tools, it would be incredibly helpful to export the final, consolidated graph that is displayed.

Currently, querying the database directly returns the raw nodes before the valuable entity resolution (e.g., merging "Del Potro" and "Juan Martin Del Potro") is applied. An integrated export button would provide this cleaned data directly.

Proposed Solution:

  • Add an "Export Graph" button to the UI, ideally near the graph visualization.
  • This button would download the nodes and edges of the currently displayed graph.
  • The most useful formats would be CSV (separate files for nodes and edges) or JSON.

This feature would be a powerful addition, enabling users to easily perform downstream analysis, validation, and integration with other tools.

Thank you for considering this improvement!

LinTang0228 avatar Jul 08 '25 03:07 LinTang0228