RICS / app /deployment_baseline.py
StormShadow308's picture
Default report generation to standard RAG/LLM on e561e67 baseline with /health verification.
5f70643
Raw
History Blame Contribute Delete
371 Bytes
"""Pinned production baseline for deploy verification.
Bump ``BASELINE_GIT_SHA`` when intentionally changing the default generation stack.
"""
BASELINE_GIT_SHA = "e561e67"
BASELINE_LABEL = "standard-rag-llm"
BASELINE_DESCRIPTION = (
"RAG upload sanitisation + standard fixed pipeline (expand → retrieve → "
"LLM adapt). Agentic HeadAgent is opt-in only."
)