Files
MemoryBear/api/app/services
Ke Sun d9fa9039bb feat(memory): add memory config caching to end_user model
- Add memory_config_id field to EndUser model for lazy caching of memory configuration
- Create get_end_user_memory_config_id() function for fast retrieval of cached config ID
- Implement lazy update mechanism in get_end_user_connected_config() to cache memory_config_id
- Optimize memory config lookup by storing config ID directly on end_user record
- Improve import organization and formatting in memory_agent_service.py
- Add indexed foreign key relationship to data_config table for efficient queries
2026-01-29 12:05:50 +08:00
..
2025-12-29 14:51:23 +08:00
2026-01-23 10:50:24 +08:00
2026-01-23 10:50:24 +08:00
2025-12-15 14:09:43 +08:00
2026-01-28 16:07:53 +08:00
2026-01-12 21:10:58 +08:00
2025-12-24 20:35:04 +08:00
2026-01-26 11:53:34 +08:00
2025-12-15 14:09:43 +08:00
2025-12-15 14:09:43 +08:00
2025-12-25 14:59:40 +08:00