Skip to content

Commit 383c655

Browse files
committed
Added deprecation comments
1 parent 4001bf8 commit 383c655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/neo4j_graphrag/neo4j_queries.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"RETURN elementId(rel)"
108108
)
109109

110+
# Deprecated, remove along with upsert_vector
110111
UPSERT_VECTOR_ON_NODE_QUERY = (
111112
"MATCH (n) "
112113
"WHERE elementId(n) = $node_element_id "
@@ -124,6 +125,7 @@
124125
"RETURN n"
125126
)
126127

128+
# Deprecated, remove along with upsert_vector_on_relationship
127129
UPSERT_VECTOR_ON_RELATIONSHIP_QUERY = (
128130
"MATCH ()-[r]->() "
129131
"WHERE elementId(r) = $rel_element_id "

0 commit comments

Comments
 (0)