{% extends "base.html" %} {% block title %}Graph · {{ root_id }} · neuralgentics-web{% endblock %} {% block content %} Knowledge graph root: {{ root_id }} ← back to memory {{ svg|safe }} {{ entity_count }} entit{{ '' if entity_count == 1 else 'ies' }} · {{ relationship_count }} edge{{ '' if relationship_count == 1 else 's' }} · circular layout (depth 1, v0.14.0). {% endblock %}
root: {{ root_id }}
{{ entity_count }} entit{{ '' if entity_count == 1 else 'ies' }} · {{ relationship_count }} edge{{ '' if relationship_count == 1 else 's' }} · circular layout (depth 1, v0.14.0).