search_finance_memory
Retrieve finance memories relevant to a query. Records are scored by similarity, filtered by minimum score, and limited by count and token budget.
Instructions
Retrieve the most relevant finance memories for a query, under a context policy.
Records are scored by similarity, then filtered by min_score, capped at k, and bounded by a max_tokens budget. The result reports how many records each limit dropped so the amount of memory entering context is explicit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| k | No | ||
| min_score | No | ||
| max_tokens | No | ||
| kind | No | ||
| db_path | No |