Skip to content

Commit

Permalink
fix: 通用型知识库支持上传 PDF/DOC 格式的文档#19
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed Mar 29, 2024
1 parent ca3dfee commit 2f30569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/dataset/component/UploadComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
action="#"
:auto-upload="false"
:show-file-list="false"
accept=".txt, .md, .csv, .log"
accept=".txt, .md, .csv, .log, .doc, .docx, .pdf"
:limit="50"
:on-exceed="onExceed"
>
Expand Down

0 comments on commit 2f30569

Please sign in to comment.