更新专业术语索引文件,优化意图识别逻辑,添加后缀项更新功能,调整重排序参数以提高相关性,同时修正文档中的描述信息。
This commit is contained in:
@@ -63,7 +63,7 @@ def intent_recognize():
|
||||
for term in keywords["terms"]:
|
||||
term_info = {
|
||||
"名称": term["name"],
|
||||
# "同义词": ";".join(term["synonymous"]) if term["synonymous"] else "",
|
||||
# "同义词": ";".join(term["synonymous"]) if term["synonymous"] else [],
|
||||
# "描述": term["description"]
|
||||
}
|
||||
term_details.append(term_info)
|
||||
|
||||
Reference in New Issue
Block a user