veritasgraph_query
Ask a natural-language question and receive a multi-hop answer grounded in a knowledge graph, with verifiable citations and a reasoning path.
Instructions
Ask a question and get a graph-grounded, multi-hop answer with verifiable [doc#chunk] citations and the reasoning path used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Local Ollama model to use (defaults to $VERITASGRAPH_MODEL). | |
| question | Yes | Natural-language question. | |
| max_depth | No | Max graph hops (default 2). | |
| max_nodes | No | Max subgraph nodes (default 25). |