{% extends 'admin/base.html.twig' %} {% block title %}Ingest Profiles{% endblock %} {% block body %}

Ingest Profiles

{% if structureMismatch %}
⚠ Strukturabweichung festgestellt – Globale Neuindizierung erforderlich | Global Reindex aufrufen
{% else %}
✅ Die Indexstruktur entspricht dem aktiven Profil
{% endif %}

+ Neues Profil anlegen

Profiles

{% for p in profiles %} {% endfor %}
Version Chunk Size Overlap Model Dimension Scoring Active Reindex Required Actions
{{ p.version }} {{ p.chunkSize }} {{ p.chunkOverlap }} {{ p.embeddingModel }} {{ p.embeddingDimension }} {{ p.scoringVersion }} {{ p.active ? 'Yes' : 'No' }} {{ p.reindexRequired ? 'Yes' : 'No' }} {% if not p.active %} Aktivieren {% endif %}

Index-Struktur-Profil Diff

{% if indexMeta %}

Index Version: {{ indexMeta.index_version }}

{% else %}

No index_meta.json found.

{% endif %} {% for key, row in diff %} {% endfor %}
Parameter Index Meta Active Profile Status
{{ key }} {{ row.meta }} {{ row.profile }} {% if row.equal %} {% else %} {% endif %}
{% endblock %}