diff --git a/ui/src/components/ai-chat/ParagraphSourceDialog.vue b/ui/src/components/ai-chat/ParagraphSourceDialog.vue
index df1d4dd7..d43a503b 100644
--- a/ui/src/components/ai-chat/ParagraphSourceDialog.vue
+++ b/ui/src/components/ai-chat/ParagraphSourceDialog.vue
@@ -26,7 +26,9 @@
:showIcon="false"
>
-
+
+ {{ index + 1 + '' }}
{{ item.similarity?.toFixed(3) }}
diff --git a/ui/src/components/app-table/index.vue b/ui/src/components/app-table/index.vue
index c3fbfaf1..ec15932e 100644
--- a/ui/src/components/app-table/index.vue
+++ b/ui/src/components/app-table/index.vue
@@ -7,7 +7,7 @@
ref="quickInputRef"
v-model="inputValue"
placeholder="请输入文档名称"
- class="w-240 mr-12"
+ class="w-500 mr-12"
autofocus
/>
diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss
index d61608ce..b47dd0ff 100644
--- a/ui/src/styles/app.scss
+++ b/ui/src/styles/app.scss
@@ -108,6 +108,9 @@ h4 {
.w-240 {
width: 240px;
}
+.w-500 {
+ width: 500px;
+}
.mt-4 {
margin-top: calc(var(--app-base-px) - 4px);
diff --git a/ui/src/views/dataset/component/UploadComponent.vue b/ui/src/views/dataset/component/UploadComponent.vue
index bff2e60d..d4d3fc4a 100644
--- a/ui/src/views/dataset/component/UploadComponent.vue
+++ b/ui/src/views/dataset/component/UploadComponent.vue
@@ -16,8 +16,8 @@
action="#"
:auto-upload="false"
:show-file-list="false"
- accept=".txt, .md"
- limit="50"
+ accept=".txt, .md, .csv, .log"
+ :limit="50"
:on-exceed="onExceed"
>
diff --git a/ui/src/views/hit-test/index.vue b/ui/src/views/hit-test/index.vue
index a2a39a51..d4109277 100644
--- a/ui/src/views/hit-test/index.vue
+++ b/ui/src/views/hit-test/index.vue
@@ -42,7 +42,8 @@
@click="editParagraph(item)"
>
-
+
+ {{ index + 1 + '' }}
{{ item.similarity?.toFixed(3) }}