mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
Clarify classification
This commit is contained in:
parent
574082c227
commit
754c5ed870
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: semantic_search
|
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.
|
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.
|
||||||
|
|||||||
@ -33,7 +33,7 @@ const sidebars: SidebarsConfig = {
|
|||||||
'configuration/object_detectors',
|
'configuration/object_detectors',
|
||||||
'configuration/audio_detectors',
|
'configuration/audio_detectors',
|
||||||
],
|
],
|
||||||
'Semantic Search': [
|
Classifiers: [
|
||||||
'configuration/semantic_search',
|
'configuration/semantic_search',
|
||||||
'configuration/genai',
|
'configuration/genai',
|
||||||
'configuration/face_recognition',
|
'configuration/face_recognition',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user