chrysopedia/backend/pipeline/stages.py
jlightner 12cc86aef9 chore: Extended Settings with 12 LLM/embedding/Qdrant config fields, cr…
- "backend/config.py"
- "backend/worker.py"
- "backend/pipeline/schemas.py"
- "backend/pipeline/llm_client.py"
- "backend/requirements.txt"
- "backend/pipeline/__init__.py"
- "backend/pipeline/stages.py"

GSD-Task: S03/T01
2026-03-29 22:30:31 +00:00

5 lines
166 B
Python

"""Pipeline stage tasks (stages 2-5).
Task implementations will be added in T02. This module must be importable
so that ``worker.py`` can register Celery tasks.
"""