Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ The similarity score is a value between [0, 1]; where 0 indicates least similar,
[NOTE]
====
As of Neo4j 2026.01, the preferred way of querying vector indexes is by using the more powerful Cypher `SEARCH` clause.
For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/search.adoc[Cypher Manual -> SEARCH].
For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/search/[Cypher Manual -> SEARCH].
====

[[procedure_db_index_vector_queryRelationships]]
Expand Down Expand Up @@ -1380,7 +1380,7 @@ The similarity score is a value between [0, 1]; where 0 indicates least similar,
[NOTE]
====
As of Neo4j 2026.01, the preferred way of querying vector indexes is by using the more powerful Cypher `SEARCH` clause.
For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/search.adoc[Cypher Manual -> SEARCH].
For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/search/[Cypher Manual -> SEARCH].
====

== Index management
Expand Down