View, search, update, and delete memories
After writing memories, view and search them in the console, or list, update, and delete via API. Use metadata (
In the memory details page's Memory details tab, the top shows memory stats. Below is the entity list — filter by entity ID (
In the memory details page's Memory search tab, debug retrieval to optimize recall accuracy.
Search via API:
meta_data) to categorize memories for precise retrieval.
View memory details
In the memory details page's Memory details tab, the top shows memory stats. Below is the entity list — filter by entity ID (user_id). Click View to see details.
List memories via API:
Search debugging
In the memory details page's Memory search tab, debug retrieval to optimize recall accuracy.
| Parameter | Description | Recommendation |
|---|---|---|
| Entity ID | The user_id used when writing | — |
| Fragment rule | Select a specific rule to search | — |
| Max results | Number of memories returned (1~100) | As needed |
| Intent recall | System judges if recall is needed, avoiding irrelevant searches | On |
| Rewrite | Optimizes the query for better semantic search | On for casual phrasing |
| Rerank | Reranks results for relevance | On for high relevance |
| Similarity threshold | 0.0~1.0, filters low-relevance results | 0.5~0.7 |
Rerank currently supports only the
gte-rerink-v2 model. Too high a threshold may miss relevant memories; too low may introduce noise.