From 780e84fbce49363180e95cdf89798dd9bd8ea232 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:59:38 -0500 Subject: [PATCH] clarify --- docs/docs/configuration/semantic_search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/semantic_search.md b/docs/docs/configuration/semantic_search.md index 2760f7d6c..7f84fdf95 100644 --- a/docs/docs/configuration/semantic_search.md +++ b/docs/docs/configuration/semantic_search.md @@ -11,7 +11,7 @@ Semantic Search is accessed via the _Explore_ view in the Frigate UI. ## Minimum System Requirements -Semantic Search works by running a large AI model locally on your system. Small or underpowered systems will not run reliably or at all. +Semantic Search works by running a large AI model locally on your system. Small or underpowered systems like a Raspberry Pi will not run Semantic Search reliably or at all. A minimum of 8GB of RAM is required to use Semantic Search. A GPU is not strictly required but will provide a significant performance increase over CPU-only systems.