[improvement](Headless) Adding change event to tags and integrating tag into embeddings (#792)

This commit is contained in:
lexluo09
2024-03-06 16:13:20 +08:00
committed by GitHub
parent 475e071341
commit 3cccac58a1
8 changed files with 53 additions and 25 deletions

View File

@@ -43,7 +43,6 @@ public class RecommendServiceImpl implements RecommendService {
if (Objects.isNull(limit) || limit <= 0) {
limit = Long.MAX_VALUE;
}
log.debug("limit:{}", limit);
Long modelId = recommendReq.getModelId();
if (Objects.isNull(modelId)) {
return new RecommendResp();