search_nodes_ranked
Retrieve nodes from a persistent knowledge graph by text query, with results ranked by TF-IDF relevance. Supports filtering by tags, importance, and result limit.
Instructions
Perform TF-IDF ranked search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | Max results | |
| query | Yes | Search query | |
| maxImportance | No | ||
| minImportance | No |