tyndale-ai-service/app
Danny 2f172ddaf9 feat: auto-build FAISS index on startup if missing
Add lifespan handler that checks for FAISS index at startup
and automatically builds it if not found. This ensures the
service works on fresh deployments without manual indexing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:47:03 -06:00
..
embeddings feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -06:00
intent feat: yaml files for llm reasoning 2026-01-30 10:37:00 -06:00
llm feat: add CORS middleware and SSE streaming endpoint 2026-01-16 12:43:21 -06:00
memory feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -06:00
__init__.py feat: add FastAPI skeleton for LLM chat service 2026-01-07 19:32:57 -06:00
auth.py feat: add GCP service-to-service authentication 2026-01-19 11:06:59 -06:00
config.py feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -06:00
main.py feat: auto-build FAISS index on startup if missing 2026-01-30 10:47:03 -06:00
prompts.py feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -06:00
schemas.py feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -06:00