* Simplify loitering logic

* Fix divide by zero

* Add device config for semantic search

* Add docs
This commit is contained in:
Nicolas Mowen
2024-10-10 07:09:12 -06:00
committed by GitHub
parent 6a83ff2511
commit a2ca18a714
10 changed files with 28 additions and 46 deletions
+1
View File
@@ -12,3 +12,4 @@ class SemanticSearchConfig(FrigateBaseModel):
reindex: Optional[bool] = Field(
default=False, title="Reindex all detections on startup."
)
device: str = Field(default="AUTO", title="Device Type")