Clarify classification

This commit is contained in:
Nicolas Mowen 2025-02-07 11:15:11 -07:00
parent 574082c227
commit 754c5ed870
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -33,7 +33,7 @@ const sidebars: SidebarsConfig = {
'configuration/object_detectors',
'configuration/audio_detectors',
],
'Semantic Search': [
Classifiers: [
'configuration/semantic_search',
'configuration/genai',
'configuration/face_recognition',