diff --git a/ui/src/components/ai-chat/component/ParagraphCard.vue b/ui/src/components/ai-chat/component/ParagraphCard.vue index 3d5d776b8..7e6b1d7f6 100644 --- a/ui/src/components/ai-chat/component/ParagraphCard.vue +++ b/ui/src/components/ai-chat/component/ParagraphCard.vue @@ -4,17 +4,20 @@ :title="data.title || '-'" class="paragraph-source-card cursor mb-8 paragraph-source-card-height" :class="data.is_active ? '' : 'disabled'" - :showIcon="false" > -
{{ score?.toFixed(3) || data.similarity?.toFixed(3) }}
-