recall_relevant
Retrieves the most relevant stored fragments based on semantic similarity. Uses SimHash fingerprint distance and multi-dimensional scoring to prioritize fragments that previously led to successful outputs.
Instructions
Semantic recall of the most relevant stored fragments.
Uses SimHash fingerprint distance + multi-dimensional scoring with feedback loop (fragments that previously led to successful outputs are boosted).
Args: query: The search query top_k: Number of results to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |