search_memories
Search stored memories by semantic similarity to find relevant information. Filter results by user, agent, or relevance score for targeted retrieval.
Instructions
Search memories by semantic similarity. Uses local embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. | |
| top_k | No | Max results. Default 10. | |
| user_id | No | Filter by user. Defaults to 'default_user'. | |
| agent_id | No | Filter by agent. | |
| threshold | No | Minimum score. Default 0.1. |