Memory in Compozy is defined and configured using the following structure and patterns.
{{ memory.<id>.current_thread }}
- Access current conversation context{{ memory.<id>.last_messages }}
- Retrieve recent messages{{ memory.<id>.semantic_search }}
- Find relevant past interactionsStorage Selection
Vector Configuration
Embedder Selection
Memory IDs
{{ memory.<id> }}
references.