search_memory
Retrieve relevant memories by comparing the semantic similarity of a natural language query to stored content, using cosine similarity.
Instructions
Search long-term memory using semantic similarity. The query is embedded locally and compared against all stored memories using cosine similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 5) | |
| query | Yes | Natural language search query describing what you're looking for | |
| threshold | No | Minimum similarity score threshold, 0-1 (default: 0.3) |