AI / CrewAI Interview Questions
What is Entity Memory in CrewAI?
Entity Memory tracks specific entities, like people, places, or concepts mentioned in a crew's work, along with their attributes, across the course of an execution.
- Uses the crew's embedder configuration to store and retrieve entity information as embeddings
- Lets agents keep facts about a specific entity consistent, rather than re-deriving or contradicting them at different points in a task
- Automatically initialized alongside Short-Term and Long-Term memory when
memory=Trueis set
This is particularly useful in research or analysis tasks where the same company, person, or dataset comes up repeatedly across multiple tasks in the same crew.
More Related questions...