mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-20 04:50:57 +02:00
Fix bug XML files in chat (#1804)
This commit is contained in:
parent
d01f46af2b
commit
cdf6089b3e
@ -484,6 +484,7 @@ def upload_files_for_chat(
|
|||||||
"text/tab-separated-values",
|
"text/tab-separated-values",
|
||||||
"application/json",
|
"application/json",
|
||||||
"application/xml",
|
"application/xml",
|
||||||
|
"text/xml",
|
||||||
"application/x-yaml",
|
"application/x-yaml",
|
||||||
}
|
}
|
||||||
document_content_types = {
|
document_content_types = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user