This commit is contained in:
LarFii
2024-11-11 10:45:22 +08:00
parent 958cb9627e
commit d0c1844264
10 changed files with 35 additions and 33 deletions

View File

@@ -1,3 +1 @@
# print ("init package vars here. ......")

View File

@@ -146,11 +146,11 @@ class Neo4JStorage(BaseGraphStorage):
entity_name_label_target = target_node_id.strip('"')
"""
Find all edges between nodes of two given labels
Args:
source_node_label (str): Label of the source nodes
target_node_label (str): Label of the target nodes
Returns:
list: List of all relationships/edges found
"""