Neo4j Graph Storage
scinr builds a connected graph representation of input documents and extracted domain concepts inside Neo4j.
Graph Model
:Documentnode: Represents the input file (document_name, format, ingestion timestamp).:StructureNode: Paragraphs, headings, tables, or figures linked via[:HAS_CHILD]relationships.- Extracted Entity Nodes: Domain entities extracted during Stage 4, connected to their source
:StructureNodevia[:EXTRACTED_FROM].