From d8fe196c4190c26a24197f80e357823f4fac13ff Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Mon, 23 Jun 2025 16:13:49 +0800 Subject: [PATCH] 'commit' --- dsRag/T2_Txt2Vec.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dsRag/T2_Txt2Vec.py b/dsRag/T2_Txt2Vec.py index a98cfc4c..a15b3081 100644 --- a/dsRag/T2_Txt2Vec.py +++ b/dsRag/T2_Txt2Vec.py @@ -14,5 +14,4 @@ jieba.load_userdict("./Dict/custom_dict.txt") # 文件中包含: 花呗 sentences = ['如何更换花呗绑定银行卡', '花呗更改绑定银行卡'] for sentence in sentences: - x = text_to_embedding(sentence) - print(x) + x = text_to_embedding(sentence) \ No newline at end of file