chrysopedia/backend
jlightner 2cb10b5db8 test: Added 10 integration tests covering pipeline stages 2-6, trigger…
- "backend/tests/test_pipeline.py"
- "backend/tests/fixtures/mock_llm_responses.py"
- "backend/tests/conftest.py"

GSD-Task: S03/T05
2026-03-29 22:51:26 +00:00
..
pipeline feat: Created sync EmbeddingClient, QdrantManager with idempotent colle… 2026-03-29 22:39:04 +00:00
routers feat: Wired automatic run_pipeline.delay() dispatch after ingest commit… 2026-03-29 22:41:02 +00:00
tests test: Added 10 integration tests covering pipeline stages 2-6, trigger… 2026-03-29 22:51:26 +00:00
config.py chore: Extended Settings with 12 LLM/embedding/Qdrant config fields, cr… 2026-03-29 22:30:31 +00:00
database.py fix: Created SQLAlchemy models for all 7 entities, Alembic async migrat… 2026-03-29 21:48:36 +00:00
main.py feat: Wired automatic run_pipeline.delay() dispatch after ingest commit… 2026-03-29 22:41:02 +00:00
models.py test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +00:00
pytest.ini test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +00:00
requirements.txt feat: Created 4 prompt templates and implemented 5 Celery tasks (stages… 2026-03-29 22:36:06 +00:00
schemas.py feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00
worker.py chore: Extended Settings with 12 LLM/embedding/Qdrant config fields, cr… 2026-03-29 22:30:31 +00:00