Skip to main content

vrin insert

Insert text content into the knowledge base. VRIN automatically chunks the text, extracts structured facts, and indexes everything in the knowledge graph.

Options

Async mode

By default, insert waits for fact extraction to complete. Use --no-wait to get a job ID immediately:

Tags and metadata


vrin upload

Upload a file to the knowledge base. Supports PDF, CSV, TXT, MD, and DOCX.

Options

Examples


vrin bulk-insert

Insert multiple items from a JSON file. Uses adaptive concurrency for fast batch processing.

Input format

The JSON file must contain an array of objects:
Only content is required. title, tags, and metadata are optional.

Options

Example


vrin job

Check the status of an async job (from --no-wait inserts or uploads).

Options

Example