{% extends 'admin/base.html.twig' %} {% block title %}Ingest Profiles{% endblock %} {% block body %}
| 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 Version: {{ indexMeta.index_version }}
{% else %}No index_meta.json found.
{% endif %}| Parameter | Index Meta | Active Profile | Status |
|---|---|---|---|
| {{ key }} | {{ row.meta }} | {{ row.profile }} | {% if row.equal %} ✓ {% else %} ✗ {% endif %} |