Commit Graph

4 Commits

Author SHA1 Message Date
bd021b4c53 ci: add Gitea Actions workflow, add uv.lock
Some checks failed
CI / Lint (push) Failing after 1s
CI / Test (push) Failing after 1s
2026-02-02 07:16:11 -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
cf859ead4e Initial commit 2026-02-02 01:36:39 +00:00