wiki_ingest_raw
Reads a raw file from the raw/ directory, processes it through the Synapse semantic pipeline to build a knowledge graph in Neo4j, and generates a summary page in the wiki.
Instructions
Read a raw source file and ingest it into both the knowledge graph and wiki.
Reads from raw/, runs it through the Synapse semantic pipeline, stores in Neo4j, and creates a summary page in wiki/sources/.
Args: filename: Filename inside the raw/ directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |