mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 13:05:49 +02:00
allow pdf file in File Connector (#488)
This commit is contained in:
@@ -55,8 +55,9 @@ const Main = () => {
|
||||
{filesAreUploading && <Spinner />}
|
||||
<p className="text-sm mb-2">
|
||||
Specify files below, click the <b>Upload</b> button, and the contents of
|
||||
these files will be searchable via Danswer! Currently only <i>.txt</i>{" "}
|
||||
and <i>.zip</i> files (containing only <i>.txt</i> files) are supported.
|
||||
these files will be searchable via Danswer! Currently only <i>.txt</i>,{" "}
|
||||
<i>.pdf</i> and <i>.zip</i> files (containing only <i>.txt</i> files)
|
||||
are supported.
|
||||
</p>
|
||||
<div className="text-sm mb-3">
|
||||
<b>NOTE:</b> if the original document is accessible via a link, you can
|
||||
|
Reference in New Issue
Block a user