Upgrade Notes¶
This project does not currently publish a formal upgrade guide.
Safe Upgrade Process¶
- Pull the latest
mainbranch. - Recreate or refresh the virtual environment.
- Reinstall dependencies.
- Re-run the benchmark corpus and regression tests.
- Rebuild the container image if you deploy with Docker or Render.
Commands¶
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m unittest discover -s tests -v
python evaluate.py
For deployment-specific rollout notes, see Deployment Guide.