Documentation Index
Fetch the complete documentation index at: https://kremis.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Options
| Option | Short | Description | Default |
|---|---|---|---|
--query-type <type> | -t | Query type (see below) | (required) |
--start <id> | -s | Start node ID | — |
--end <id> | -e | End node ID (for path) | — |
--depth <n> | -d | Traversal depth | 3 |
--entity <id> | Entity ID (for lookup) | — | |
--nodes <ids> | Comma-separated node IDs (for intersect) | — | |
--min-weight <w> | Minimum edge weight filter | — |
Query Types
| Type | Required Options | Description |
|---|---|---|
lookup | --entity | Find node by entity ID |
traverse | --start, --depth | BFS traversal from node |
path | --start, --end | Find strongest path |
intersect | --nodes | Find common connections |
related | --start, --depth | Compose related subgraph |
properties | --start | Get properties of a node |
--min-weight to traverse for filtered traversal.