From 5465cabd40ee40e600a7154ab5e1be7068930664 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 18 Feb 2025 21:17:09 -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 887d6e02a..e39025978 100644 --- a/backend/open_webui/retrieval/utils.py +++ b/backend/open_webui/retrieval/utils.py @@ -404,8 +404,6 @@ def get_sources_from_files( if full_context: try: context = get_all_items_from_collections(collection_names) - - print("context", context) except Exception as e: log.exception(e)