mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
[improvement](Headless) Adding change event to tags and integrating tag into embeddings (#792)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user