optimize debug retrieval

This commit is contained in:
team2
2026-03-01 20:27:43 +01:00
parent 4a619cd6a8
commit 7b6d8f7269
3 changed files with 18 additions and 14 deletions

View File

@@ -89,10 +89,11 @@
href="{{ path('admin_document_show', { id: chunk.document_id }) }}">
{{ chunk.document_id }}
</a></span> |
<span><strong>raw_score:</strong> {{ chunk.raw_score|number_format(6, '.', '') }}</span>
|
<span><strong>rrf_score:</strong> {{ chunk.rrf_score|number_format(6, '.', '') }}</span>
|
<span><strong>raw_score:</strong> {{ chunk.raw_score|number_format(6, '.', '') }}</span>
|
<span><strong>threshold:</strong> {{ chunk.threshold }}</span> |
<span><strong>intent:</strong> {{ chunk.intent }}</span> |
<span>