Files
MemoryBear/api/app
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-12 15:59:10 +08:00
2026-01-14 11:39:47 +08:00
2026-01-13 16:02:36 +08:00
2026-01-13 15:42:00 +08:00
2026-01-12 15:59:10 +08:00
2025-12-24 20:35:04 +08:00
2025-12-24 20:35:04 +08:00