chrysopedia/backend
jlightner 5c46d1e922 feat: Created sync EmbeddingClient, QdrantManager with idempotent colle…
- "backend/pipeline/embedding_client.py"
- "backend/pipeline/qdrant_client.py"
- "backend/pipeline/stages.py"

GSD-Task: S03/T03
2026-03-29 22:39:04 +00:00
..
pipeline feat: Created sync EmbeddingClient, QdrantManager with idempotent colle… 2026-03-29 22:39:04 +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 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