Graph Analytics

There are two post-processing CLI commands:
graph convertto convert fromgraph.jsonto GML, GraphML, JSONLD and moregraph analyzeto apply graph analytical techniques to the extraction
These are post-processing commands in the sense that you need to have graph.json before you can use them. Use the CLI extraction to generate a json file and next use
uv run main.py graph analyze ./graph.jsonto generate a comprehensive report of the most important entities, chunks and other information.