velixar_multi_search
Search from multiple angles at once with deduplication and temporal awareness. Choose to merge or keep per-query results.
Instructions
Search from multiple angles simultaneously with deduplication and temporal awareness. Returns merged results by default. Set merge: false for per-query results (replaces velixar_batch_search).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max total results (default 10) | |
| merge | No | Merge results across queries (default true). Set false for per-query results. | |
| queries | Yes | Search queries from different angles (max 5) | |
| strategy | No | union: all unique. intersection: 2+ query matches only. weighted (default): boost multi-match memories. | |
| threshold | No | For intersection strategy: minimum query match count (default 2) | |
| query_weights | No | Per-query importance weights (same length as queries) |