diff --git a/web/src/app/admin/connectors/file/page.tsx b/web/src/app/admin/connectors/file/page.tsx index d88cdb87bea..330bb9e867c 100644 --- a/web/src/app/admin/connectors/file/page.tsx +++ b/web/src/app/admin/connectors/file/page.tsx @@ -83,8 +83,27 @@ export default function File() {

Upload Files

Specify files below, click the Upload button, and the contents of - these files will be searchable via Danswer! + these files will be searchable via Danswer! Currently only .txt{" "} + and .zip files (containing only .txt files) are supported.

+
+ NOTE: if the original document is accessible via a link, you can + add a line at the very beginning of the file that looks like: +
+
+ #DANSWER_METADATA={"{"}"link": "{""}"{"}"} +
+
{" "} + where {""} is the link to the file. This will enable + Danswer to link users to the original document when they click on the + search result. More details on this can be found in the{" "} + + documentation. + +