Skip to main content

vrin query

Query the knowledge base with natural language. VRIN retrieves relevant facts from your knowledge graph, combines them with matching document chunks, and generates a reasoned response.

Options

Response modes

Default mode. Fast, conversational response.

Query depth

Controls how deeply VRIN searches your knowledge graph:

Streaming

Stream tokens to stdout as they arrive. Metadata is written to stderr after streaming completes.
With --json, the full response is buffered and output as JSON after streaming completes:

Conversations

Continue a multi-turn conversation by passing a session ID:
See conversation commands for managing conversation history.

vrin facts

Fast fact retrieval without AI summary generation. Returns raw structured facts from the knowledge graph. Useful for quick lookups or when you want to process facts programmatically.

Options

Example output (JSON)