allow pdf file in File Connector (#488)

This commit is contained in:
Jignesh Solanki
2023-10-02 11:24:40 +05:30
committed by GitHub
parent 2d06008f6f
commit a808c733b8
3 changed files with 26 additions and 13 deletions

View File

@@ -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