From 1453ed0ba609db0a7a2f1531cd319ed9812c19af Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 3 Nov 2024 18:44:23 -0700 Subject: [PATCH] fix wording --- docs/docs/configuration/semantic_search.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/semantic_search.md b/docs/docs/configuration/semantic_search.md index cc1fbbd63..61873478d 100644 --- a/docs/docs/configuration/semantic_search.md +++ b/docs/docs/configuration/semantic_search.md @@ -66,11 +66,11 @@ If the correct build is used for your GPU and the `large` model is configured, t - ROCm will automatically be detected and used for semantic search in the `-rocm` Frigate image. - **Intel** - - OpenVINO will automatically be detected and used as a detector in the default Frigate image. + - OpenVINO will automatically be detected and used for semantic search in the default Frigate image. - **Nvidia** - - Nvidia GPUs will automatically be detected and used as a detector in the `-tensorrt` Frigate image. - - Jetson devices will automatically be detected and used as a detector in the `-tensorrt-jp(4/5)` Frigate image. + - Nvidia GPUs will automatically be detected and used for semantic search in the `-tensorrt` Frigate image. + - Jetson devices will automatically be detected and used for semantic search in the `-tensorrt-jp(4/5)` Frigate image. :::