Studio: trim verbose comments/docstrings across RAG code

This commit is contained in:
Roland Tannous 2026-05-26 13:51:11 +04:00
commit 86b52503dd
34 changed files with 154 additions and 833 deletions

View file

@ -1205,9 +1205,7 @@ def install_python_stack() -> int:
req = REQ_ROOT / "studio.txt",
)
# 9. RAG dependencies (vector store + lexical index + layout-aware
# parsers). Skipped in no-torch mode because RAG embeddings go
# through sentence-transformers, which requires torch.
# 9. RAG deps; skipped in no-torch mode (sentence-transformers requires torch).
if not NO_TORCH:
_progress("rag deps")
pip_install(