fix(deps): update server (#6415)
* fix(deps): update server * chore: fix tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
@@ -105,7 +105,7 @@ WITH
|
||||
WHERE
|
||||
"asset"."ownerId" IN ($2)
|
||||
ORDER BY
|
||||
1 + ("faces"."embedding" <= > $3) ASC
|
||||
1 + ("faces"."embedding" <= > $1) ASC
|
||||
LIMIT
|
||||
100
|
||||
)
|
||||
@@ -114,5 +114,5 @@ SELECT
|
||||
FROM
|
||||
"cte" "res"
|
||||
WHERE
|
||||
res.distance <= $4
|
||||
res.distance <= $3
|
||||
COMMIT
|
||||
|
||||
Reference in New Issue
Block a user