Files
MemoryBear/api
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
..
2026-01-28 15:24:55 +08:00
2025-12-22 17:52:00 +08:00
2026-01-27 15:06:50 +08:00
2026-01-26 11:53:34 +08:00