semantic_search
Search stored memories using natural language queries. Retrieves results by meaning via embeddings, and reinforces returned memories by marking them as seen.
Instructions
Meaning-based search via the backend's /memory/query (embeddings + salience + recency + links). Good for questions phrased in your own words. Only meaningful when health_check shows a real embedding provider (openai, gemini, ollama); with 'synthetic' results are random. The backend marks every returned memory as seen and raises its salience slightly, so it also acts as reinforcement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| query | Yes | ||
| sector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |