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