Files
MemoryBear/api/app/services
Ke Sun a6e1898e1b perf(memory): add detailed performance logging and optimize batch access recording
- Add [PERF] prefixed logging throughout hybrid search pipeline for better performance visibility
- Break down latency metrics with separate timing for config loading, embedder initialization, and rerank computation
- Format latency breakdown as JSON in performance summary logs
- Optimize batch_record_access to process node access records in parallel using asyncio.gather instead of sequential processing
- Add performance timing instrumentation for forgetting config loading and rerank computation stages
- Reorganize imports in access_history_manager for consistency
- Improve observability of search performance bottlenecks through structured logging
2026-01-14 12:02:10 +08:00
..
2025-12-29 14:51:23 +08:00
2025-12-15 14:09:43 +08:00
2026-01-12 16:22:34 +08:00
2025-12-15 14:09:43 +08:00
2026-01-12 21:10:58 +08:00
2025-12-24 20:35:04 +08:00
2026-01-07 18:35:18 +08:00
2025-12-24 20:35:04 +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