mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(improvement)(Headless) support semantic search in metric market (#934)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -65,6 +65,8 @@ public class MetricResp extends SchemaItem {
|
||||
|
||||
private Integer isPublish;
|
||||
|
||||
private double similarity;
|
||||
|
||||
public void setClassifications(String tag) {
|
||||
if (StringUtils.isBlank(tag)) {
|
||||
classifications = Lists.newArrayList();
|
||||
|
||||
Reference in New Issue
Block a user