{% extends 'admin/base.html.twig' %} {% block title %}Wissensdaten (Chunk-Index){% endblock %} {% block body %}
| {{ key }} |
{% if value is iterable %}
{{ value|json_encode(constant('JSON_PRETTY_PRINT')) }}
{% else %}
{{ value }}
{% endif %}
|
|---|---|
| Keine Meta-Daten vorhanden. | |
| chunk_id | document_id | Text (gekürzt) |
|---|---|---|
| {{ item.chunk_id ?? '-' }} | {% if item.document_id %} {{ item.document_id }} {% else %} - {% endif %} |
{% set text = item.text ?? '' %}
{{ text|slice(0, 240) }}
{% if text|length > 240 %}…{% endif %}
JSON anzeigen
{{ item|json_encode(constant('JSON_PRETTY_PRINT')) }}
|
| Keine Einträge gefunden. | ||