Skip to content

Commit 7a67298

Browse files
jotpalchchensuyue
andauthored
chore: add support for .md file in file upload (opea-project#555)
Co-authored-by: chen, suyue <suyue.chen@intel.com>
1 parent a5ed223 commit 7a67298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatQnA/docker/ui/svelte/src/lib/shared/components/upload/upload-knowledge.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
on:change={handleInput}
4444
class="focus:border-blue-700 focus:ring-0"
4545
data-testid="file-upload"
46-
accept=".txt,.pdf,.json"
46+
accept=".txt,.pdf,.json,.md"
4747
/>
4848
</Label>
4949
</div>

0 commit comments

Comments
 (0)