From dbe5d1ca0867fd7b473b5640172258c75c590fd4 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 17 Feb 2025 18:16:23 -0800 Subject: [PATCH] refac --- backend/open_webui/retrieval/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/open_webui/retrieval/utils.py b/backend/open_webui/retrieval/utils.py index 27526511c..437183369 100644 --- a/backend/open_webui/retrieval/utils.py +++ b/backend/open_webui/retrieval/utils.py @@ -305,8 +305,6 @@ def get_sources_from_files( for file in files: if file.get("docs"): - - print("file.get('docs')", file.get("docs")) context = { "documents": [[doc.get("content") for doc in file.get("docs")]], "metadatas": [[doc.get("metadata") for doc in file.get("docs")]],