forked from Github/frigate
Chroma fixes (#13902)
* Ensure descriptions saved in chroma are non-empty * delete only existing ids in event cleanup * add debug logging
This commit is contained in:
@@ -177,7 +177,7 @@ class EmbeddingMaintainer(threading.Thread):
|
||||
camera_config, thumbnails, metadata
|
||||
)
|
||||
|
||||
if description is None:
|
||||
if not description:
|
||||
logger.debug("Failed to generate description for %s", event.id)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user