search_nodes_semantic
Find entities in the knowledge graph by meaning rather than exact text matching, enabling retrieval of related concepts even without keyword overlap.
Instructions
Search for nodes in the knowledge graph using semantic vector similarity. Unlike search_nodes which does exact text matching, this finds entities by meaning — e.g., searching "machine learning frameworks" would find entities about "PyTorch" or "TensorFlow" even without those exact words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query to search by meaning | |
| limit | No | Maximum number of results (default: 10) |