Closed ferdeleong closed 2 months ago
Add SIMILAR_TO relationship to the current amenity knowledge graph through csv file ingestion.
SIMILAR_TO
File has a format of source id from one node (src_id) , relationship type (rel_type) and target id to the other node (tgt_id).
Which then will be ingested by the create_relationships function to be processed as a Cypher query.
create_relationships
Add
SIMILAR_TO
relationship to the current amenity knowledge graph through csv file ingestion.File has a format of source id from one node (src_id) , relationship type (rel_type) and target id to the other node (tgt_id).
Which then will be ingested by the
create_relationships
function to be processed as a Cypher query.