search_nodes
Search a knowledge graph using semantic matching to find relevant entities based on names, types, or content. Returns results with confidence scores for accuracy.
Instructions
Performs a fuzzy semantic search for nodes in the knowledge graph based on a query. Returns a list of matching entities, each with a confidence score from 0.0 to 1.0 (higher is better).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to match against entity names, types, and observation content. |