You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/lib/generateSeedPlaylist.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ export async function generateSeedPlaylist(
115
115
constlimit=pLimit(15);
116
116
117
117
// 0.6 is a good starting point, but you can tune this
118
-
constTHRESHOLD=0.75
118
+
constTHRESHOLD=0.65
119
119
120
120
// we want to avoid low quality recommendations so we check each song against all seeds(selected songs) put that into an array and sort by the number of seeds that match the treshold then return the top 100
121
121
// we also want to avoid songs that are too far in similarity to the seeds so we set a cutoff of 0.2 below the threshold to give extra grace
0 commit comments