- Add tests (tests directory is empty)
- Unit tests for vectorstore search
- Unit tests for citation validation
- Integration tests for API endpoints
- Configure CORS properly for production
- Add
ALLOWED_ORIGINSsetting to config.py - Update main.py to use configured origins instead of
"*"
- Add
- Add
argillaas optional dependency in pyproject.tomlargilla>=2.0.0in[project.optional-dependencies]
- Replace deprecated
datetime.utcnow()withdatetime.now(timezone.utc)- In argilla_sync.py (lines 143, 173)
- In admin.py (line 57)
- Improve temp file handling in admin.py load_jsonl endpoint
- Use context manager pattern more cleanly