{% extends "base.html" %} {% block title %}EPUB Admin{% endblock %} {% block head %} {% endblock %} {% block content %}

Admin

Embeddings

{% for item in stats %} {% endfor %}
Model Dimensions Embedded Missing Total chunks
{{ item.model_name }} {{ item.dimension }} {{ item.embedded_chunks }} {{ item.missing_chunks }} {{ item.total_chunks }}

Protected phrases

Candidates Judged Unjudged Protected Books indexed Books generated Books fully judged
{{ phrase_stats.candidate_phrases }} {{ phrase_stats.judged_candidates }} {{ phrase_stats.unjudged_candidates }} {{ phrase_stats.protected_phrases }} {{ phrase_stats.total_books }} {{ phrase_stats.books_with_candidates }} {{ phrase_stats.books_fully_judged }}
{% endblock %}