rememb_search
Search memory entries by content or tags using semantic similarity to find specific information. Returns relevant results ranked by similarity for targeted topic discovery.
Instructions
Search memory entries by content or tags using semantic similarity with keyword fallback. Safe, read-only operation with no side effects. Use instead of rememb_read when you need to find specific entries by topic rather than loading all entries. Returns the top_k most relevant results ranked by similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query - natural language or keywords | |
| top_k | No | Maximum number of results |