Skip to content

Commit 3c3f47b

Browse files
fix: Similarity value error
1 parent 685b01b commit 3c3f47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/ParagraphCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const props = defineProps({
6868
},
6969
score: {
7070
type: Number,
71-
default: 0
71+
default: null
7272
}
7373
})
7474
const isMetaObject = computed(() => typeof props.data.meta === 'object')

0 commit comments

Comments
 (0)