veritasgraph_search_entities
Search for entities and retrieve the most relevant subgraph of relationships and seeds directly from your knowledge graph. Fast graph lookup without LLM calls.
Instructions
Retrieve the subgraph most relevant to a query (entities, relationships, seeds) without invoking the LLM. Fast graph lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query / topic. | |
| max_depth | No | Max graph hops (default 2). | |
| max_nodes | No | Max subgraph nodes (default 25). |