
Configure automatic memory consolidation to reduce storage and improve search quality.
The Summarization tab controls how memories are automatically consolidated. Over time, individual conversation records accumulate and create noise in search results. Summarization merges related memories into compact, high-quality summaries.
Activates the automatic summarization pipeline. When enabled, related memories are periodically merged into consolidated summaries.
How it affects your pipeline:
Summarization runs asynchronously. It does not block store or search operations.
Run summarization on a fixed schedule regardless of memory count.
| Frequency | Best For |
|---|---|
| Hourly | High-volume agents with rapid memory accumulation |
| Daily | Standard chatbots and support agents |
| Weekly | Low-frequency agents or knowledge accumulation use cases |
| Monthly | Archival-style memory where consolidation is occasional |
How it affects your pipeline: Scheduled summarization ensures consistent memory quality. Even if memory count is low, periodic runs catch subtle relationships between memories that threshold-based triggers might miss.
Run summarization when the record count exceeds a specified threshold. Range: 10 to 1000 records.
How it affects your pipeline:
Recommendations by volume:
| Monthly Memory Volume | Recommended Threshold |
|---|---|
| < 100 records | 50 — trigger early to keep things tidy |
| 100 — 1,000 records | 100 — 200 |
| 1,000 — 10,000 records | 300 — 500 |
| 10,000+ records | 500 — 1000 |
Both triggers: You can enable both schedule and threshold simultaneously. This provides robust summarization — periodic runs maintain quality while threshold catches volume spikes.
Custom instructions for the AI model that performs summarization. This prompt controls how memories are merged, what information is preserved, and the tone of the resulting summaries.
How it affects your pipeline:
Example prompts:
# For customer support
"Summarize customer interactions, preserving: issues reported, resolutions provided, and customer sentiment. Use concise bullet points."
# For research assistants
"Consolidate research findings into a coherent knowledge summary. Preserve key facts, citations, and unresolved questions."
# For personal assistants
"Create a concise summary of user preferences and habits. Focus on actionable information the assistant can use."
Test your prompt: Run summarization manually with different prompts before deploying. Poor prompts can lose critical information during consolidation.
Proceed to Compliance to configure PII redaction and heat scoring.