@for (chunk of docs(); track chunk; let i = $index) {

Chunk-{{i}} ยท {{chunk.pageContent.length}} characters

{{chunk.pageContent}}
} @empty { @if (error()) {
{{error()}}
} } @if (loading()) { }