Add configurable prefetch limit and score threshold #2

Merged
Pakobbix merged 1 commits from mem0-prefetch-improvements into main 2026-04-12 15:13:24 +00:00

1 Commits

Author SHA1 Message Date
ARIA 7d4cd463d7 Add configurable prefetch limit and score threshold for mem0
- Add prefetch_limit config (default: 3) to control max memories returned
- Add prefetch_score_threshold config (default: 60%) to filter low-similarity results
- Add error messages when Mem0 API is unavailable
- Fix circuit breaker to not trip on successful API calls with no matching memories
- Properly type-convert config values from JSON
2026-04-12 17:12:02 +02:00