mnemostack_search
Retrieve top-ranked memories from indexed data using hybrid search that combines BM25 text matching with semantic vector similarity. Returns results with id, text, score, sources, and payload for each match.
Instructions
Hybrid recall over indexed memories.
Returns top-K results ranked by reciprocal rank fusion of BM25 and semantic search. Each result has id, text, score, sources, payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||