tyndale-ai-service/app
Danny b0211b944d feat: replace Redis with in-memory conversation storage
- Remove Redis dependency and redis_client.py
- Implement ConversationMemory with module-level dictionary
- Add TTL support via timestamp checking
- Remove redis_connected from health endpoint
- Add embeddings, intent classification, and RAG prompt modules

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:34:47 -06:00
..
embeddings feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -06:00
intent feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -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: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -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