From 754c5ed8701251c68b4cbeb00baa6ddc4857eb6d Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 7 Feb 2025 11:15:11 -0700 Subject: [PATCH] Clarify classification --- docs/docs/configuration/semantic_search.md | 2 +- docs/sidebars.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/semantic_search.md b/docs/docs/configuration/semantic_search.md index ab3937c53..bd3d79cae 100644 --- a/docs/docs/configuration/semantic_search.md +++ b/docs/docs/configuration/semantic_search.md @@ -1,6 +1,6 @@ --- id: semantic_search -title: Using Semantic Search +title: Semantic Search --- 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. diff --git a/docs/sidebars.ts b/docs/sidebars.ts index b0b8cdf48..ebd6af033 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -33,7 +33,7 @@ const sidebars: SidebarsConfig = { 'configuration/object_detectors', 'configuration/audio_detectors', ], - 'Semantic Search': [ + Classifiers: [ 'configuration/semantic_search', 'configuration/genai', 'configuration/face_recognition',