(improvement)(chat) Enhancing the capability of embedding with LLM-based secondary judgment.

This commit is contained in:
wua.ming
2025-02-18 15:57:39 +08:00
parent c8abea9c1a
commit aaf2d46a56
7 changed files with 240 additions and 70 deletions

View File

@@ -1,10 +1,6 @@
package com.tencent.supersonic.headless.api.pojo;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.ToString;
import lombok.*;
import java.io.Serializable;
@@ -21,6 +17,7 @@ public class SchemaElementMatch implements Serializable {
private String word;
private Long frequency;
private boolean isInherited;
private boolean llmMatched;
public boolean isFullMatched() {
return 1.0 == similarity;