recall_associative
Retrieve memories by propagating activation along citation, semantic, and shared-entity edges to surface strongly connected items not obvious from text. Returns associative ranking plus cosine baseline.
Instructions
Spreading-activation recall over the memory graph (HippoRAG-style).
Unlike recall (pure cosine top-k), this seeds the query's best matches and
propagates activation along citation, semantic, and shared-entity edges, so
strongly-connected memories surface even when not textually similar. Returns
the associative ranking AND the plain-cosine baseline for comparison.
Args: query: Natural language query. project: Scope to a project (None = whole brain). limit: Number of results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |