万忆召回记忆
Retrieve memories via hybrid search using BM25, knowledge graph, and semantic vectors, with reranking and temporal decay. Filter by project or space, and surface weak-recognition knowledge gaps.
Instructions
四通道混合检索(v5.0):BM25关键词 + 倒排索引 + 知识图谱 + 语义向量(v5.1),reranker精排(v5.2)+ 时序衰减显性化(v5.4)+ 知识空白元认知(弱召回自动记录gap)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | 层级过滤:道/法/术/器/all | all |
| limit | No | 返回条数上限 | |
| query | Yes | 检索关键词/查询文本 | |
| space | No | 空间过滤:全局级/个人级/项目级 | |
| project | No | 项目名过滤 | |
| use_graph | No | 是否启用图谱扩展检索 | |
| min_confidence | No | 最低置信度阈值 0~1 |