Timothy Jaeryang Baek 2 月之前
父节点
当前提交
5465cabd40
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      backend/open_webui/retrieval/utils.py

+ 0 - 2
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)