chrysopedia/backend
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
..
pipeline chore: Extended Settings with 12 LLM/embedding/Qdrant config fields, cr… 2026-03-29 22:30:31 +00:00
routers feat: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +00:00
tests test: Added 6 integration tests proving ingestion, creator auto-detecti… 2026-03-29 22:16:15 +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: Created POST /api/v1/ingest endpoint that accepts Whisper transcr… 2026-03-29 22:09:46 +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 chore: Extended Settings with 12 LLM/embedding/Qdrant config fields, cr… 2026-03-29 22:30:31 +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