Studio: trim verbose comments/docstrings across RAG code
This commit is contained in:
parent
3b477a816c
commit
86b52503dd
34 changed files with 154 additions and 833 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue