search_memories
Retrieve relevant saved memories from past AI conversations using hybrid semantic and keyword matching. Results are ranked by relevance and may include temporary image URLs.
Instructions
Search the user's saved memories using hybrid semantic + keyword search. Returns matching memories ranked by relevance.
Results may include image memories with a temporary image_url that can be fetched to view the image. Image URLs expire after a few hours.
MemoryPlugin stores memories the user wants to persist across AI conversations. Use when looking for specific saved information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of memories to retrieve (default: 10) | |
| query | Yes | Search query | |
| bucketId | No | Optional bucket ID to limit search scope |