[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-06-02 09:43:11 +00:00
commit 24fdc45f20

View file

@ -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.