recall
Find relevant captures from stored web data by asking natural language questions, ranked by semantic similarity.
Instructions
Semantic recall over captured payloads by natural-language query.
Ranks captures by cosine similarity over typed-payload embed-text composition (per ADR-0009 §C7). Returns top-k captures with their scores.
Args: query: Natural-language recall query. limit: Maximum number of results to return (1-100; default 10).
Returns:
Recall response with query, embedder_model,
embedder_dimension, and results (list of {capture, score}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||