From 7ba5c434fa2f4f0bd8606bab3d29ff9a8196ecce Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Fri, 19 Jul 2024 22:15:45 -0700 Subject: [PATCH] Missing Comma (#1877) --- backend/danswer/connectors/file/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/danswer/connectors/file/connector.py b/backend/danswer/connectors/file/connector.py index cc5996b7e..6c5501734 100644 --- a/backend/danswer/connectors/file/connector.py +++ b/backend/danswer/connectors/file/connector.py @@ -111,7 +111,7 @@ def _process_file( for k, v in all_metadata.items() if k not in [ - "document_id" + "document_id", "time_updated", "doc_updated_at", "link",