| 文件名 | {{ doc.filename }} |
|---|---|
| 标题 | {{ doc.title or '-' }} |
| 文件类型 | {{ doc.file_type }} |
| 文件大小 | {{ (doc.file_size / 1024)|round(1) }} KB |
| 分块数 | {{ doc.chunk_count }} |
|---|---|
| 字数 | {{ doc.word_count|default(0) }} |
| 上传时间 | {{ doc.created_at.strftime('%Y-%m-%d %H:%M') if doc.created_at else '-' }} |
| 索引时间 | {{ doc.indexed_at.strftime('%Y-%m-%d %H:%M') if doc.indexed_at else '-' }} |
{{ doc.summary }}
{{ chunk.content }}
暂无分块数据,请先索引文档
{% endif %}