neo4j
.
neo4j://
, neo4j+s://
, bolt://
, or bolt+s://
; followed by localhost
or the host name; and sometimes ending with a colon and the port number (such as :7687
). For example:
neo4j+s://<host-name>
. A port number is not used or needed.bolt://localhost:7687
neo4j
for user data and another
named system
for system data and metadata. Some Neo4j deployment types support more than these two databases per deployment;
Neo4j Aura instances do not.
Document
node represents the source file.UnstructuredElement
nodes represent the source file’s Unstructured Element
objects, before chunking.Chunk
nodes represent the source file’s Unstructured Element
objects, after chunking.UnstructuredElement
node has a PART_OF_DOCUMENT
relationship with the Document
node.Chunk
node also has a PART_OF_DOCUMENT
relationship with the Document
node.UnstructuredElement
node has a PART_OF_CHUNK
relationship with a Chunk
element.Chunk
node, except for the “last” Chunk
node, has a NEXT_CHUNK
relationship with its “next” Chunk
node.Chunk
to Document
relationships:
UnstructuredElement
to Document
relationships:
UnstructuredElement
to Chunk
relationships:
Chunk
to Chunk
relationships:
UnstructuredElement
to Chunk
to Document
relationships:
UnstructuredElements
containing the text jury
, and show their Chunk
relationships:
Chunk
with the specified id
, and show its UnstructuredElement
relationships:
Entity
nodes in the graph.
This additional graph ouput of the Neo4j destination connector is represented in the following diagram:
In the preceding diagram:
Chunk
node represents one of the source file’s Unstructured Element
objects, after chunking.Entity
node represents a recognized entity.Chunk
node can have HAS_ENTITY
relationships with Entity
nodes.Entity
node can have ENTITY_TYPE
relationships with other Entity
nodes.Entity
to Entity
relationships:
Entity
nodes containing the text PERSON
, and show their Entity
relationships:
Entity
nodes containing the text amendment
, and show their Chunk
relationships:
Entity
nodes containing the text PERSON
, and show their Entity
to Entity
to Chunk
relationships:
neo4j://
, neo4j+s://
, bolt://
, or bolt+s://
;
is followed by the host name; and ends with a colon and the port number (such as :7473
, :7474
, or :7687
).neo4j
for user data.neo4j
.100
if not otherwise specified.