veritasgraph_ingest_document
Chunk document text, extract entities and relationships using a local model, and build a knowledge graph with verifiable source attribution.
Instructions
Ingest a document into the VeritasGraph knowledge graph. Chunks the text, extracts entities and relationships with a local model, and records the source chunk behind every node/edge for verifiable attribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Full document text to ingest. | |
| model | No | Local Ollama model to use (defaults to $VERITASGRAPH_MODEL). | |
| title | No | Human-readable document title. |