mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 12:09:31 +08:00
fix: add document name display in testing result cards (#17427)
This commit is contained in:
@@ -85,6 +85,9 @@ export function TestingResult({
|
||||
<Card className="px-5 py-2.5 bg-transparent shadow-none">
|
||||
<ChunkTitle item={x}></ChunkTitle>
|
||||
<p className="!mt-2.5"> {x.content_with_weight}</p>
|
||||
<div className="mt-2.5 text-right text-xs text-text-sub-title-invert">
|
||||
{x.doc_name || x.docnm_kwd}
|
||||
</div>
|
||||
</Card>
|
||||
</article>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user