From 24fdc45f20bce23ace4fa89eccaf6a10181c1358 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:43:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/utils/rag/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/studio/backend/utils/rag/config.py b/studio/backend/utils/rag/config.py index 448e5a5f74..db04d98138 100644 --- a/studio/backend/utils/rag/config.py +++ b/studio/backend/utils/rag/config.py @@ -31,6 +31,7 @@ RAG_EMBEDDING_MODEL: str = ( or "BAAI/bge-small-en-v1.5" ) + # A single text embedder handles retrieval. PDF figures are captioned at ingest # (chat VLM or helper gemma-3n fallback) and spliced into the page markdown # before chunking, so the 384-d text embedder covers figure content too.