mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-05 01:02:37 +00:00
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
---
|
|
title: "Memory: Troubleshooting"
|
|
description: "Diagnose poor recall quality, scope leakage, and stale memory retrieval."
|
|
icon: "circle-exclamation"
|
|
mode: "wide"
|
|
---
|
|
|
|
## Common issues
|
|
|
|
- Irrelevant recall: tighten scopes and query wording.
|
|
- Missing recall: check scope path and recency weighting.
|
|
- Scope leakage: avoid shared broad scopes for unrelated workflows.
|