{% extends "base.html" %} {% block title %}ArtificeGraph — Library{% endblock %} {% block head %} {% endblock %} {% block content %}
Current pipeline state  ·  canonical entities & relationships

The Library


{{ state.documents|length }}Documents
{{ state.chunks|length }}Chunks
{{ state.entities|length }}Entities
{{ state.relationships|length }}Relationships
{% if state.entities %}
{% for e in state.entities %} {% endfor %}
Name Type Aliases Summary Sources
{{ e.name }} {{ e.entity_type.value }} {{ e.aliases | map('escape') | join(', ') or '—' }} {{ e.summary or '—' }} {{ e.source_doc_ids | length }}
{% else %}
No canonical entities yet.
{% endif %}

Live view of data/output/. Re-run the pipeline to refresh.

{% endblock %} {% block scripts %} {% endblock %}