From 94c7537170dca3ee72454d1309cc4798e4debb6d Mon Sep 17 00:00:00 2001 From: "liuchangsheng@wisdomidata.com" Date: Thu, 19 Jun 2025 15:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Dify=E3=80=91=20=E5=88=A0=E9=99=A4debu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/extensions/utils/search_tool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/extensions/utils/search_tool.py b/api/extensions/utils/search_tool.py index 4957ff7856..53e3adf295 100644 --- a/api/extensions/utils/search_tool.py +++ b/api/extensions/utils/search_tool.py @@ -221,7 +221,6 @@ def get_min_search_keywords_texts(texts:list[str]): # 扩展处理分值(全文检索的方法需要处理分值) def set_full_search_score(query:str,doc_list:list[dict[str, Any]]): - import pdb; pdb.set_trace() # 根据查询条件的长短 main_keywords_texts = get_main_keywords_texts(query_text=query)