Files
MemoryBear/api/app/core
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
..
2026-01-07 16:36:11 +08:00
2026-01-07 20:45:23 +08:00
2025-12-15 14:09:43 +08:00
2026-01-07 18:14:25 +08:00
2025-12-15 14:09:43 +08:00
2025-12-15 14:09:43 +08:00