3 Commits

Author SHA1 Message Date
b8ba237946 fix: ruff formatting and allow-direct-references for handler-base dep
All checks were successful
CI / Lint (push) Successful in 43s
CI / Test (push) Successful in 49s
CI / Release (push) Successful in 6s
CI / Notify (push) Successful in 1s
2026-02-02 08:44:34 -05:00
bed9fa4297 refactor: consolidate to handler-base, migrate to pyproject.toml, add tests 2026-02-02 07:11:02 -05:00
6ef42b3d2c feat: Add chat handler with RAG pipeline
- chat_handler.py: Standalone NATS handler with RAG
- chat_handler_v2.py: Handler-base implementation
- Dockerfiles for both versions

Pipeline: Embeddings → Milvus → Rerank → LLM → (optional TTS)
2026-02-01 20:37:34 -05:00