(improvement)(chat) Fix the issue of dimension values being cleared and unable to be parsed (#1703)

This commit is contained in:
lexluo09
2024-09-23 21:42:09 +08:00
committed by GitHub
parent 4ef5719953
commit dbea1e7c68
3 changed files with 2 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ public class KnowledgeBaseService {
updateOnlineKnowledge(natures);
}
public void updateOnlineKnowledge(List<DictWord> natures) {
private void updateOnlineKnowledge(List<DictWord> natures) {
try {
updateSemanticKnowledge(natures);
} catch (Exception e) {