ingest_text
Ingest text into a knowledge graph by parsing entities and relationships with semantic analysis.
Instructions
Ingest and process text into the knowledge graph using semantic analysis.
This tool performs the core knowledge synthesis pipeline:
Semantic parsing using Montague Grammar
Entity extraction and relationship identification
Storage in the Neo4j knowledge graph
Automatic insight generation triggers
Args: text: Raw text to process and analyze source: Source identifier for provenance tracking metadata: Additional metadata about the text
Returns: Processing summary with entities and relationships extracted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| source | No | user_input | |
| metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |