mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
clean up
This commit is contained in:
parent
e74d35a17c
commit
ac9f904221
@ -170,7 +170,6 @@ class Embeddings:
|
|||||||
sql_query += " AND id IN ({})".format(",".join("?" * len(event_ids)))
|
sql_query += " AND id IN ({})".format(",".join("?" * len(event_ids)))
|
||||||
|
|
||||||
sql_query += " ORDER BY distance"
|
sql_query += " ORDER BY distance"
|
||||||
logger.info(f"thumb query: {sql_query}")
|
|
||||||
|
|
||||||
parameters = (
|
parameters = (
|
||||||
[serialize(query_embedding), limit] + event_ids
|
[serialize(query_embedding), limit] + event_ids
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user