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")]],