blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
18.37k stars 1.67k forks source link

Search functionality and UI tweaks #13978

Closed hawkeye217 closed 3 days ago

hawkeye217 commented 3 days ago

Users on the dev builds running semantic search will need to reindex their embeddings (reindex: True) in order to use filters for thumbnail/description searches. A text query search with no filters will work without issue. Additionally, users may want to vaccum their Chroma database as a one-time optimization due to the upgrade from 0.5.0 to 0.5.7 by logging into the container and running /usr/local/chroma utils vacuum --path /config/chroma

netlify[bot] commented 3 days ago

Deploy Preview for frigate-docs canceled.

Name Link
Latest commit 4fc1e5a2a1d091deef88dba0f5c2c911c2b80de7
Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/66f5c28262aa3600089bba51
DrSpaldo commented 3 days ago

@hawkeye217 the time picker within iOS is not working when you export. Ie. You press the time, change it, press it, but it never updates on the export box in the custom area. Would this relate?

Edit; I tried 12e2c04 & 40fe3b4 and didn't work

hawkeye217 commented 3 days ago

No, this PR has nothing to do with exporting.

DrSpaldo commented 3 days ago

No, this PR has nothing to do with exporting.

I see, do you think I should create a new issue/bug then?

hawkeye217 commented 2 days ago

No, I'll fix it in a different PR.

https://github.com/blakeblackshear/frigate/pull/14010

DrSpaldo commented 2 days ago

No, I'll fix it in a different PR.

14010

Great