blakeblackshear.frigate/web/src
Josh Hawkins f67ec241d4
Add embeddings reindex progress to the UI (#14268)
* refactor dispatcher

* add reindex to dictionary

* add circular progress bar component

* Add progress to UI when embeddings are reindexing

* readd comments to dispatcher for clarity

* Only report progress every 10 events so we don't spam the logs and websocket

* clean up
2024-10-10 13:28:43 -06:00
..
api Add embeddings reindex progress to the UI (#14268) 2024-10-10 13:28:43 -06:00
components Add embeddings reindex progress to the UI (#14268) 2024-10-10 13:28:43 -06:00
context
hooks Misc Improvements (#14076) 2024-09-30 16:55:44 -05:00
lib
pages Add embeddings reindex progress to the UI (#14268) 2024-10-10 13:28:43 -06:00
types Add embeddings reindex progress to the UI (#14268) 2024-10-10 13:28:43 -06:00
utils Use sqlite-vec extension instead of chromadb for embeddings (#14163) 2024-10-07 14:30:45 -06:00
views Always display confidence chip on similarity searches (#14207) 2024-10-07 20:15:49 -06:00
App.tsx Explore page optimizations (#13682) 2024-09-11 14:20:41 -05:00
env.ts
index.css
login.tsx Fix auth when serving Frigate at a subpath (#12815) 2024-08-09 07:26:26 -06:00
main.tsx
vite-env.d.ts