Skip to content

Commit 47213aa

Browse files
committed
removed an unfinished reference and added a link to the vector embeddings tutorial
1 parent 85ba7ec commit 47213aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ROOT/pages/directives/indexes-and-constraints.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ Queries are performed by passing in either a vector index or a query phrase.
259259

260260
A query by vector index finds nodes with a vector embedding similar to that index.
261261
That is, the query performs a nearest neighbor search.
262-
Refer to link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/#query-vector-index[Query vector indexes] for the
263262

264263
In contrast, a query by phrase (a string of text) forwards the phrase to the link:https://neo4j.com/docs/cypher-manual/current/genai-integrations/[Neo4j GenAI plugin] and the plugin generates a vector embedding for it.
265264
This embedding is then compared to the node vector embeddings in the database.
@@ -269,7 +268,7 @@ This embedding is then compared to the node vector embeddings in the database.
269268
====
270269
* The database must be Neo4j version 5.15 or higher.
271270
* The node vector embeddings already exist in the database. See link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Vector indexes] to learn more about vector indexes in Cypher and Neo4j.
272-
* The embeddings must have been created using the same method, that is, the same provider and model.
271+
* The embeddings must have been created using the same method, that is, the same provider and model. See link:https://neo4j.com/docs/genai/tutorials/embeddings-vector-indexes/[Embeddings & Vector Indexes Tutorial] to learn about vector embeddings in Cypher and Neo4j.
273272
* Queries by vector index cannot be performed across multiple labels.
274273
* Queries by phrase require credentials for the Neo4j GenAI plugin.
275274
====

0 commit comments

Comments
 (0)