From 683e350ca13e98ff8d92312a22b7e1ecb18d9afc Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:19:59 -0500 Subject: [PATCH] better match with ui settings --- web/src/views/settings/SearchSettingsView.tsx | 59 +++++++++---------- 1 file changed, 28 insertions(+), 31 deletions(-) diff --git a/web/src/views/settings/SearchSettingsView.tsx b/web/src/views/settings/SearchSettingsView.tsx index ccf3a5629..f5d80679d 100644 --- a/web/src/views/settings/SearchSettingsView.tsx +++ b/web/src/views/settings/SearchSettingsView.tsx @@ -161,10 +161,6 @@ export default function SearchSettingsView({ Semantic Search in Frigate allows you to find tracked objects within your review items using either the image itself, a user-defined text description, or an automatically generated one. - This feature works by creating embeddings — numerical vector - representations — for both the images and text descriptions of - your tracked objects. By comparing these embeddings, Frigate - assesses their similarities to deliver relevant search results.
The size of the model used for semantic search embeddings.