Skip to content

Commit e834fdb

Browse files
Fix conflict
1 parent 04081af commit e834fdb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,7 @@ If the query vector itself is not wanted, adding the predicate `WHERE score < 1`
229229

230230
To query a relationship vector index, use the link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_index_vector_queryRelationships[`db.index.vector.queryRelationships`] procedure.
231231

232-
<<<<<<< HEAD
233-
.Signature for `db.index.vector.queryRelationships()`
234-
=======
235232
.Signature for `db.index.vector.queryRelationships()`
236-
>>>>>>> dev
237233
[source,syntax]
238234
----
239235
db.index.vector.queryRelationships(indexName :: STRING, numberOfNearestNeighbours :: INTEGER, query :: ANY) :: (relationship :: RELATIONSHIP, score :: FLOAT)

0 commit comments

Comments
 (0)