Skip to content

Commit

Permalink
fix: 执行详情增加检索内容
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed Sep 23, 2024
1 parent 85fed1b commit cc04336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/components/ai-chat/ExecutionDetailDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
<!-- 多路召回 -->
<template v-if="item.type == WorkflowType.RrerankerNode">
<div class="card-never border-r-4">
<h5 class="p-8-12">检索内容</h5>
<div class="p-8-12 border-t-dashed lighter">{{ item.question || '-' }}</div>
</div>
<div class="card-never border-r-4 mt-8">
<h5 class="p-8-12">重排内容</h5>
<div class="p-8-12 border-t-dashed lighter">
<template v-if="item.document_list?.length > 0">
Expand Down

0 comments on commit cc04336

Please sign in to comment.