tyndale-ai-service/app/memory
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
..
__init__.py feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -06:00
conversation.py feat: replace Redis with in-memory conversation storage 2026-01-30 10:34:47 -06:00