From 49efc6387726ade504ffa4207bc6ef535abef2d1 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:19:51 -0500 Subject: [PATCH] tweak vector language --- docs/docs/configuration/genai/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/genai/config.md b/docs/docs/configuration/genai/config.md index a316fb9010..65e5eefb24 100644 --- a/docs/docs/configuration/genai/config.md +++ b/docs/docs/configuration/genai/config.md @@ -68,7 +68,7 @@ You must use a vision-capable model with Frigate. The following models are recom | `qwen3.6` | Strong situational understanding, similar to qwen3-vl | | `gemma4` | Strong situational understanding, sometimes resorts to more vague terms like 'interacts' instead of assigning a specific action. | -The `embeddings` role needs a different kind of model. Text queries are matched against image embeddings, so the model must place images and text in the same vector space. Chat and description models cannot do this. +The `embeddings` role needs a different kind of model. Text queries are matched against the stored image embeddings, so the model must be trained to place images and text into the same vector space. A chat or description model will still return vectors when asked, but those vectors are not trained for retrieval and text searches will return poor matches with no error to indicate why. | Model | Notes | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |