zhiji_memory_search
Search long-term memory using hybrid retrieval (full-text trigram, vector semantics, and time decay) to return scored memory fragments with sources. Suitable for recall tasks without reasoning.
Instructions
在用户的长期记忆中做混合搜索(全文 trigram + 向量语义 + 时间衰减加权的 11 阶段管线),返回带来源与评分的记忆片段。比 workspace_assemble 轻量,适合只要召回不要推理的场景。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 检索词(中英文均可) | |
| userEmail | No | 用户标识;缺省用 MB_USER_EMAIL | |
| maxResults | No | 返回条数,默认 8 |