{% extends "base.html" %} {% block title %}Knowledge Graph - ICDEV™ Dashboard{% endblock %} {% block content %}

Knowledge Graph

Entity extraction, relationship mapping, and GraphRAG retrieval (D-KARL-1 through D-KARL-8)

{{ stats.graph_count if stats else '--' }}
Graphs
{{ stats.total_nodes if stats else '--' }}
Total Entities
{{ stats.total_edges if stats else '--' }}
Total Edges
{{ stats.recent_queries if stats else '--' }}
Recent Queries
{% endblock %}