search_nodes
Search through stored knowledge using full-text search with BM25 ranking. Filter results by tags, entity types, or time range for precise recall.
Instructions
Full-text search with BM25 ranking.
Supports prefix search, phrases ("exact match"), boolean (AND/OR/NOT). Filter by tags, entity_types, time_range ([start, end] ISO strings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| tags | No | ||
| entity_types | No | ||
| time_range | No | ||
| limit | No | ||
| compress | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |