File size: 272 Bytes
fe19082 | 1 2 3 4 5 6 7 8 9 | """Offline scripts that ship with the backend package — corpus ingest and eval.
Installed via `backend/pyproject.toml`'s `packages = ["backend"]` and runnable as:
python -m backend.scripts.rebuild_corpus
after `pip install -e "backend/[runtime,ingest,dev]"`.
"""
|