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.